Zachary

Results 1 comments of Zachary

If anyone else has the same question, I implemented like this: public void DeleteFile(string fileName) { VerifyHandle(); if (!NativeMethods.SFileRemoveFile(_handle, fileName, 0)) throw new Win32Exception(); } Not going to make a...