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

Move() public static méthode

public static Move ( string oldName, string newName ) : void
oldName string
newName string
Résultat void
        public static void Move(string oldName, string newName)
        {
            MoveFileW(LongFileName(oldName), LongFileName(newName));
        }