SASUnit Examples  Version 1.5.0
_existdir.sas File Reference

check whether a directory exists More...

Go to the source code of this file.

Detailed Description

check whether a directory exists

%_existDir(directory)

Version
$Revision: 346 $
Author
$Author: klandwich $
Date
$Date: 2014-11-16 06:51:26 +0100 (So, 16 Nov 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/_existdir.sas $
Parameters
i_dircomplete path to directory to be checked
Returns
1 .. directory exists, 0 .. directory does not exists

Definition in file _existdir.sas.