首页 相关文章 如何用程序来Delete Copy Move Rename File/Directory

如何用程序来Delete Copy Move Rename File/Directory

  

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...[ 查看全文 ]

2016-02-19 标签:

如何用程序来Delete Copy Move Rename File/Directory的相关文章

手机页面
收藏网站 回到头部