释义 |
MoveFile 基本例句 n.移动文件¹⁰⁰ If the target structure does not exist whenMoveFileis called, it will be created.如果调用MoveFile时目标结构不存在,将创建该结构。 TheMoveFilefunction moves an existing file or a directory, including its children.而且我也试了;利用这个函数确实可以移动文件夹;但新的位置必须要在同一磁盘下. TheMoveFilefunction will move either a file or a directory either in the same directory or across directories.函数会移动重命名文件或目录包含子文件或目录,无论在同一目录或跨越目录。 The one caveat is that theMoveFilefunction will fail on directory moves when the destination is on a different volume.一个小警告,该函数会失败,如果欲移动目录目的在另一个卷上。 If a file is moved across volumes,MoveFiledoes not move the security descriptor with the file. The file will be assigned the default security descriptor in the destination directory.如果文件移动跨卷,函数不会移动安全描述符。文件会被分配目的目录的默认安全描述符。 |