Tips:Specifying directory paths that work on Window and Unix

From sasCommunity

Jump to: navigation, search

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. Contact me at my Discussion Page.

Personal tools