You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From application directory, create new child directory w w/.
In the child directory, create new child directory f f/.
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.
[original: nus-cs2103-AY1920S1/pe-interim#2567]
The text was updated successfully, but these errors were encountered:
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.
From application directory, create new child directory w w/.
In the child directory, create new child directory f f/.
As shown:
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.
export w/math f/.w w:/f f:
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.
Steps to reproduce:
w w/
.f f/
.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.
[original: nus-cs2103-AY1920S1/pe-interim#2567]
The text was updated successfully, but these errors were encountered: