Re: DIR () & hidden things
- Posted by euphoric (admin) Sep 27, 2011
- 1366 views
sergelli said...
I do not understand. Where can I get the version Eu4.0.4?
It's available from the Mercurial repo (see SCM link at right under Misc Menu).
sergelli said...
Because with Win7 and Eu4.0.3, the result is -1
xx = dir ("c:\\Documents and Settings")
If you get -1, you can safely assume that the path you've specified does not exist. If you get an unexpected result, confirm that 1) the path you specified is valid, or 2) the path exists.
sergelli said...
I also affirm that, in my PC, there is nothing into this "folder" (is it a folder?) Currently,in my Win7, the users' folders are in the folder "c:\\users" rather than in "C:\\Documents and Settings", as it was in winxp.
So what does this give you:
?dir( "c:\\users" ) ?dir( "c:\\Documents and Settings" )