函数说明在此:<br>WINSHELLAPI int WINAPI SHFileOperation(<br> LPSHFILEOPSTRUCT lpFileOp <br>); <br>Copies, moves, renames, or deletes a file system object. <br>Returns zero if successful, or nonzero otherwise. <br><br>lpFileOp <br>Address of an SHFILEOPSTRUCT structure that contains information <br>this function needs to carry out the specified operation. <br><br>其实这个函数没什么好说的,主要是SHFILEOPSTRUCT的内容.<br>SHFILEOPSTRUCT的说明太长,我发给你吧,这里不好贴出来.<br><br>好像不能实现,将文件从源目录拷到目的地后,能够控制其属性的操作.<br>里头只有说,可以拷贝文件的时候,不拷贝文件的安全属性,还是必须在<br>Version 4.71. Microsoft?Windows NT下,具体的我没试,现在我的机器上没有NT