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 $pwd for a current directory path. #265

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

Support $pwd for a current directory path. #265

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 a current directory path easily.

System.println($pwd);

Workaround

In the version 1.0.0, you can use System.cwd() for this.

System.println(System.cwd());

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 2592351 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