| SASUnit Examples
    Version 1.2.1
    | 
of a given absolute file path (with / as dir separator), extract the file name and the path to the file (without file name) Example: The absolute path C:/temp/test.sas splitted into the two strings C:/temp and test.sas More...
Go to the source code of this file.
of a given absolute file path (with / as dir separator), extract the file name and the path to the file (without file name) Example: The absolute path C:/temp/test.sas splitted into the two strings C:/temp and test.sas
| i_absPath | full absolute path of a file | 
| o_fileName | name of a result macro variable with the file name | 
| o_pathWithoutName | name of a result macro variable with the path without the file name | 
Definition in file _sasunit_getabspathcomponents.sas.