FileDelete
From kwiki
| | This article is written by Konrad, thus using rather nonstandard English:) |
FileDelete (DNM Script function)
[edit]
full declaration
bool FileDelete (string strPath)
[edit]
return value
[edit]
description
Deletes an existing file. If the script is to be executed from inside Ac Browser Plus use rather Acb_Delete
DeleteFile is an equivalent for Windows Api function DeleteFile, thus you can find it on MSDN here: http://search.msdn.microsoft.com/search/default.aspx?siteId=0&tab=0&query=DeleteFile
keywords: file delete remove folder directory
