Wipe and delete a file using secure 7-pass DOD standards.
Public Declare Function WIPE_File Lib "diCrPKI.dll"
(ByVal strFileName As String, ByVal nOptions As Long) As Long
nRet = WIPE_File(strFileName, nOptions)
long __stdcall WIPE_File(const char *szFileName, long nOptions);
If successful, the return value is zero; otherwise it returns a nonzero error code.
Wipes a file using the 7-pass DOD Standard according to [NISPOM] before deleting.
nRet = WIPE_File("ToDelete.txt", 0)