Osmose / advanced-open-file

Open files and folders in Atom easily.
https://atom.io/packages/advanced-open-file
Other
118 stars 20 forks source link

Issue listing files on windows #13

Closed NuclearCookie closed 9 years ago

NuclearCookie commented 9 years ago

Hi, If I'm on windows I have troubles listing the file content of the current directory. It looks like it's related to the windows style paths. For example:

C:\Projects\TestProject will list nothing, where \Projects\TestProject will show all directories..

Osmose commented 9 years ago

@NuclearCookie This is closed because 5bcf12d landed, but if you're still having issues, could you please reopen with info on which version of windows and what kind of paths you're having trouble opening?

Osmose commented 9 years ago

Oh yeah. I forgot to ask.

@Traverse, have you even seen any issues similar to this?

traverse commented 9 years ago

Yes I did have similar issues also this was directly related to #21 since by default it was using the full windows path C:\Projects\TestProject which meant there were no directories being listed and thus tab auto-completion wouldn't work because you can't tab complete non-existent paths, \Projects\TestProject did list all the directories and thus tab auto-completion worked. So the issues were kind of intertwined.

Osmose commented 9 years ago

\Projects\TestProject works? That's surprising to me, I would've expected that it needed the C:\. I need to look up exactly how windows paths work in Node.

NuclearCookie commented 9 years ago

Hey sorry for the inactivity. I'll see if I can test it today but I guess it's going to be fine ;)

NuclearCookie commented 9 years ago

All good, thanks! :+1: