System.IO.Win32File.MoveFileW C# (CSharp) 메소드

MoveFileW() 개인적인 메소드

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