Good evening. A user of one of my programs reports a problem, where I try to find a helper-application in one of the PATH-directories. The issue is Windows-specific and I do not own a Windows-machine to verify. So I wrote the small Ruby-script in the attachment, with just one function to separate and output the list of directories from the current PATH-variable. For the time, it looks like my way to split the variable-value produces mostly garbage and in consequence, the program tries to read the contents of directories like "\some_directory\sub-directory", i.e. the drive-letter appears to be missing. However, File::PATH_SEPARATOR is used and the MS-specific path- and directory-separators appear to be honoured alright. I cannot believe, that I have made a big mistake, but would like you to tell me. The routine in the original program is about the same as in the attached script. Thank you in advance. The program is on SourceForge, but for the time being, I would recommend its use only to users on systems other than Windows: http://sourceforge.net/projects/cremefraiche/ Have a nice weed-end, all.
on 2012-12-16 19:44
on 2012-12-16 20:02
You script seems to works for me on Windows XP (apart from the fact that nil is returned for invalid pathdirs, of which there were apparently two in my PATH). Maybe you're handling paths with spaces wrong somewhere? I don't know what else could cause any issues.
on 2012-12-16 21:11
Thank you Bartosz. This is a big relief. And you are right. The nil-values are handled by a call to compact!() in the original program, where I do not need to extract actual path-names. I will just further elaborate the error-handling and just exclude the call to the external application altogether in case that nothing works as expected. Cheerio.
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.