FileRename

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > DBWCommandShell > Commands Reference > File >

FileRename

available from build: 20140331

Description

Performs a rename for a given document

Syntax

call DBWShell("FileRename OldFilePathName NewFilePathName")

Parameters

OldFilePathName

the current path of the document to be renamed

NewFilePathName

the new path of the document to be renamed

Remarks

This command is DBWServer/DBWAclServer compliant.

Example

DBWShell("FileRename c:\temp\myfolder\myFile.sldprt z:\temp\yourfolder\yourFile.sldprt")