示例#1
0
 internal static extern bool MoveFileEx(
     [MarshalAs(UnmanagedType.LPTStr)] string lpExistingFileName,
     [MarshalAs(UnmanagedType.LPTStr)] string lpNewFileName,
     MoveFileExFlags dwFlags);
示例#2
0
 public static extern bool MoveFileEx(
     string lpExistingFileName,
     string lpNewFileName,
     MoveFileExFlags flags);