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

Application does not export to valid file path #2558

Open
nus-pe-bot opened this issue Nov 15, 2019 · 1 comment
Open

Application does not export to valid file path #2558

nus-pe-bot opened this issue Nov 15, 2019 · 1 comment

Comments

@nus-pe-bot
Copy link

Steps to reproduce:

  1. From application directory, create new child directory w w/.
  2. In the child directory, create new child directory f f/.
  3. export w/math f/./w w/f f/

Application unable to export to valid filepath. Furthermore, no error message is displayed (as per the screenshot below), even though the user had already pressed enter.

image.png


[original: nus-cs2103-AY1920S1/pe-interim#2567]
@chrischenhui
Copy link
Contributor

chrischenhui commented Nov 17, 2019

Team's Response

Firstly, users should not be adding new folders into the app's folder itself.
nus-cs2103-AY1920S1/forum#159

However, the "problem" that you are addressing may still be performed elsewhere, not in the app folder itself.

Below are the steps I took to replicate the problem you are addressing, and show you how it is not Dukemon's problem.

  1. From application directory, create new child directory w w/.
  2. In the child directory, create new child directory f f/.

As shown:
Screenshot 2019-11-17 at 10.14.35 PM.png

Notice how the terminal changed "/" character to ":" character. To navigate, you need to know how to navigate on CLI properly.
The app assumes you are knowledgable with your CLI. As mentioned in DG.

Screenshot 2019-11-17 at 10.17.17 PM.png

  1. export w/math f/.w w:/f f:

Screenshot 2019-11-17 at 10.19.41 PM.png

Export command works as intended, if you know how to navigate to the folder in the proper way.

In any case, even if the navigation failed, the problem lies with the host machine's CLI inability to handle such navigation, and not Dukemon's.

Duplicate status (if any):

--

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants