Macros for SAS Application Developers
https://github.com/sasjs/core
mf_deletefile.sas File Reference

Deletes a physical file, if it exists. More...

Go to the source code of this file.

Detailed Description

Usage:

%mf_writefile(&sasjswork/myfile.txt,l1=some content)

%mf_deletefile(&sasjswork/myfile.txt)

%mf_deletefile(&sasjswork/myfile.txt)
Parameters
[in]fileFull path to the target file
Returns
The return code from the fdelete() invocation

Related Macros

Version
9.2
Author
Allan Bowe

Definition in file mf_deletefile.sas.