iControl.SystemConfigSync.move_file C# (CSharp) Method

move_file() private method

private move_file ( string from_path, string to_path ) : void
from_path string
to_path string
return void
        public void move_file(
		string from_path,
		string to_path
	)
        {
            this.Invoke("move_file", new object [] {
                from_path,
                to_path});
        }
SystemConfigSync