Re: Direntries seems to on other drives. (windows)

2016-04-02 Thread Vladimir Panteleev via Digitalmars-d-learn
On Friday, 1 April 2016 at 02:05:23 UTC, Taylor Hillegeist wrote: Even though i just checked for a valid path. [...] if(!args[1].buildNormalizedPath.isValidPath){writeln("Path is invalid! "); return;} From https://dlang.org/library/std/path/is_valid_path.html : It does *not* check whet

Re: Direntries seems to on other drives. (windows)

2016-03-31 Thread rikki cattermole via Digitalmars-d-learn
On 01/04/2016 3:05 PM, Taylor Hillegeist wrote: SO i have a maximum scope depth tool, that i just put together it is super simple. but when i use it in a drive other that C:\ i get an error. Even though i just checked for a valid path. Any ideas? C:\Users\taylor.hillegeist\Documents\CodeSync\D