in reply to Compatibility on Win32 and UNIX
Device:[dir.subdir.subsubdir]file.ext;ver
If you want your code to be truly portable (which is a good aim), you should be using modules such as File::Spec to handle the fine details of paths.
One thing to be careful of though is case sensitivity. Unix is case sensitive, whereas Win32 only pretends to be.
|
|---|