DeleteFile Method (Shell Object)¶
Deletes one or more specified files. strFile The name of the file to delete. It can contain wildard characters in the last path component. Supported on EmEditor Professional Version 22.1 or later.¶
[JavaScript]¶
shell.DeleteFile( strFile );
[VBScript]¶
shell.DeleteFile strFile
Parameters¶
Examples¶
[JavaScript]¶
shell.DeleteFile( "C:\\\\Test\\\\\*.txt" );
[VBScript]¶
shell.DeleteFile "C:\\Test\\\*.txt"
Version¶