System.IO.Win32File.MoveFileW C# (CSharp) Méthode

MoveFileW() private méthode

private MoveFileW ( string lpExistingFileName, string lpNewFileName ) : uint
lpExistingFileName string
lpNewFileName string
Résultat uint
        static extern uint MoveFileW(string lpExistingFileName, string lpNewFileName);