File::Spec::Win32 - methods for Win32 file specs
use File::Spec::Win32; # Done internally by File::Spec if needed
See File::Spec::Unix for a documentation of the methods provided there. This package overrides the implementation of these methods, not the semantics.
Concatenate one or more directory names and a filename to form a complete path ending with a filename
No physical check on the filesystem, but a logical cleanup of a path. On UNIX eliminated successive slashes and successive ``/.''.