System.IO.Win32File.MoveFileW C# (CSharp) Method

MoveFileW() private method

private MoveFileW ( string lpExistingFileName, string lpNewFileName ) : uint
lpExistingFileName string
lpNewFileName string
return uint
        static extern uint MoveFileW(string lpExistingFileName, string lpNewFileName);