SASUnit Examples  Version 1.5.0
_getabspathcomponents.sas File Reference

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.

Detailed Description

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

Version
$Revision: 315 $
Author
$Author: klandwich $
Date
$Date: 2014-02-28 10:25:18 +0100 (Fr, 28 Feb 2014) $
See Also
For further information please refer to SASUnit User's Guide
$HeadURL: https://svn.code.sf.net/p/sasunit/code/trunk/saspgm/sasunit/_getabspathcomponents.sas $
Parameters
i_absPathfull absolute path of a file
o_fileNamename of a result macro variable with the file name
o_pathWithoutNamename of a result macro variable with the path without the file name
Return values
o_pathWithoutNamename of a result macro variable with the path without the file name

Definition in file _getabspathcomponents.sas.