Microsoft.Win32.Win32Native.MoveFile C# (CSharp) Method

MoveFile() private method

private MoveFile ( String src, String dst ) : bool
src String
dst String
return bool
        internal static extern bool MoveFile(String src, String dst);