SHFileOperation Performs a copy, move, rename, or delete operation on a file system object. VB4-32,5,6 Declare Function SHFileOperation Lib "shell32.dll" Alias "SHFileOperationA" (lpFileOp As SHFILEOPSTRUCT) As Long |
Operating Systems Supported |
Requires Windows NT 4.0 or later; Requires Windows 95 or later |
· lpFileOp Pointer to an SHFILEOPSTRUCT structure that contains information the function needs to carry out the operation. |
Returns zero if successful or nonzero if an error occurs. |
|