Tips:Specifying directory paths that work on Window and Unix
From sasCommunity
You can code directory references (e.g., in filename and libname statements) so they work on both Unix and Windows systems. Since Windows will support either / or \, just use the / as your separator character. This can be particularly useful in developing code/tools for multiple operating systems.
Submitted By Don Henderson