| SASUnit Examples
    Version 1.3.0
    | 
| Files | |
| file | windows/_copydir.sas [code] | 
| copy a complete directory tree. Uses Windows XCOPY or Unix cp | |
| file | windows/_dir.sas [code] | 
| generates a dataset with the names of all files in a directory or directory tree. Wildcards may be used to specify the files to be included | |
| file | windows/_escapeblanks.sas [code] | 
| escapes blanks with backslashes if runnign under linux or aix | |
| file | windows/_executecmdfile.sas [code] | 
| execute an command file by operation system command | |
| file | windows/_mkdir.sas [code] | 
| create a directory, if it does not exist The containing directory must exist. | |
| file | windows/_oscmds.sas [code] | 
| set global macro variables for OS commands. | |
| file | windows/_preparetextfiles.sas [code] | 
| corrects termstring in textfiles. Under Linux CRLF will be converted to CR | |
| file | windows/_runprogramspawned.sas [code] | 
| runs a program in a spawned process | |
| file | windows/_xcmd.sas [code] | 
| run an operation system command | |