Private Type SHFILEOPSTRUCT hwnd As Long wFunc As Long pFrom As String pTo As String fFlags As Integer fAnyOperationsAborted As Long hNameMappings As Long lpszProgressTitle As String ' only used if FOF_SIMPLEPROGRESSEnd Type'wFunc 的设定值'FO_COPY Copies the files specified by pFrom to the location specified by pTo.'FO_DELETE Deletes the files specified by pFrom (pTo is ignored).'FO_MOVE Moves the files specified by pFrom to the location specified by pTo.'FO_RENAME Re...[ 查看全文 ]