SASUnit Examples  Version 1.2.1
_sasunit_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

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
Version
$Revision: 148 $
Author
$Author: pwarnat $
Date
$Date: 2013-02-12 16:24:05 +0100 (Di, 12 Feb 2013) $
See Also
$HeadURL: https://svn.code.sf.net/p/sasunit/code/trunk/saspgm/sasunit/_sasunit_getabspathcomponents.sas $

Definition in file _sasunit_getabspathcomponents.sas.