iControl.SystemConfigSync.move_file C# (CSharp) 메소드

move_file() 개인적인 메소드

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