Adds a file with the specified path to the batch of files to be deleted.
Syntax
Visual Basic (Declaration) | |
---|
Sub AddFileByPath( _
ByVal bsPath As System.String _
) |
C# | |
---|
void AddFileByPath(
System.string bsPath
) |
C++/CLI | |
---|
void AddFileByPath(
& System.String^ bsPath
) |
Parameters
- bsPath
- Path of file to delete
Example
Remarks
See Also
Availability
SOLIDWORKS PDM Professional 2008