|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Commands Reference > File > FileRename |
available from build: 20140331 |
Performs a rename for a given document
call DBWShell("FileRename OldFilePathName NewFilePathName")
OldFilePathName |
the current path of the document to be renamed |
|---|---|
NewFilePathName |
the new path of the document to be renamed |
This command is DBWServer/DBWAclServer compliant.
DBWShell("FileRename c:\temp\myfolder\myFile.sldprt z:\temp\yourfolder\yourFile.sldprt")