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

CLI does not appear to nicely handle deeply nested folders. #266

Closed
nneul opened this issue Feb 12, 2017 · 8 comments
Closed

CLI does not appear to nicely handle deeply nested folders. #266

nneul opened this issue Feb 12, 2017 · 8 comments

Comments

@nneul
Copy link

nneul commented Feb 12, 2017

It appears to get confused about folder vs. name when the folder structure is more than a single level deep.

@nneul
Copy link
Author

nneul commented Feb 12, 2017

Example:

Shared-00. Toplevel/01. Sublevel1/01. Sublevel2/NoteName

@bcopeland
Copy link
Contributor

bcopeland commented Feb 13, 2017 via email

@nneul
Copy link
Author

nneul commented Feb 13, 2017

I tried a few combinations with backslashes, and it didn't seem to help. I'll give it a try again - maybe I didn't have all of them.

@nneul
Copy link
Author

nneul commented Feb 13, 2017

Ah, I see... It's backslashes on all but the last level. So:

Share/_path with subdirs as backslashes_/NoteName

@nneul nneul closed this as completed Feb 13, 2017
@Fatal-Halt
Copy link

Apologies, but could you elaborate on your example and how you got it to work?

@nneul
Copy link
Author

nneul commented Mar 6, 2017

Going from memory here but:

Shared-00. Toplevel /01. Sublevel1/01. Sublevel2/NoteName

became:

Shared-00. Toplevel /01. Sublevel1\01. Sublevel2/NoteName

@nneul
Copy link
Author

nneul commented Mar 6, 2017

Basically - first and last slash stay as is - everything in the intermediate path turns into a backslash.

@Fatal-Halt
Copy link

Cheers - that works - sort of!

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

No branches or pull requests

3 participants