File::Spec::Win32

File::Spec for Win32. Overrides the implementation of the File::Spec::Unix methods, but not the interface.

canonpath

File::Spec->canonpath 

Performs logical cleanup of a path; doesn't physically check the filesystem.

catfile

File::Spec->catfile(dir[, dir...], file) 

Concatenates one or more directory names and a filename to form a complete path that ends with a filename.