 
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.
 
Copyright © 2002 O'Reilly & Associates. All rights reserved.