Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support to change directory. #264

Closed
Kray-G opened this issue Apr 8, 2021 · 0 comments
Closed

Support to change directory. #264

Kray-G opened this issue Apr 8, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Kray-G
Copy link
Owner

Kray-G commented Apr 8, 2021

The Feature

We would like to use it like this.

Directory.change("dirname") {
    // do something under the directory of "dirname".
};

FYI, This can be also written below as JavaScript-like in Kinx.
The meaning is exactly same.

Directory.change("dirname", function() {
    // do something under the directory of "dirname".
});

Additional Comment

This is a very basic functionality.
So I will port it back also to v1.0.x.

@Kray-G Kray-G added the enhancement New feature or request label Apr 8, 2021
@Kray-G Kray-G self-assigned this Apr 8, 2021
Kray-G added a commit that referenced this issue Apr 8, 2021
@Kray-G Kray-G closed this as completed in 42408b3 Apr 8, 2021
@Kray-G Kray-G added this to the v1.1.0 milestone Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant