예제 #1
0
        private object ExecuteCopyCommand(IDictionary <string, object> args)
        {
            FileItemPathInfo pathInfoParam  = GetPathInfoParam("sourcePathInfo", args);
            FileItemPathInfo pathInfoParam2 = GetPathInfoParam("destinationPathInfo", args);

            FileSystemProvider.Copy(pathInfoParam, pathInfoParam2);
            return(null);
        }