This documentation is archived and is not being maintained.

Workspace::PendRename Method

Moves or renames a file or directory.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method PendRename(String, String) Moves or renames a file or directory.
Public method PendRename(String, String, LockLevel, Boolean, Boolean) Moves or renames a file or directory.
Public method PendRename(String, String, LockLevel, Boolean, Boolean, Boolean) Moves or renames a file or directory.
Public method PendRename(String, String, LockLevel, Boolean, Boolean, PendChangesOptions, array<String>) Moves or renames a file or directory. The source may contain wildcard characters if the target is a directory. The target may never have wildcard characters. If the target is an existing directory, the source will be moved to be a child of the target.
Public method PendRename(String, String, LockLevel, Boolean, Boolean, Boolean, array<String>) Moves or renames a file or directory.
Public method PendRename(String, String, LockLevel, Boolean, Boolean, PendChangesOptions, array<String>, array<String>) Moves or renames a file or directory. The source may contain wildcard characters if the target is a directory. The target may never have wildcard characters. If the target is an existing directory, the source will be moved to be a child of the target.
Top
Show: