Adds a file to this folder.
Syntax
Visual Basic (Declaration) | |
---|
Function AddFile( _
ByVal lParentWnd As System.Integer, _
ByVal bsSrcPath As System.String, _
Optional ByVal bsNewFileName As System.String, _
Optional ByVal lEdmAddFlags As System.Integer _
) As System.Integer |
Parameters
- lParentWnd
- Parent window handle
- bsSrcPath
- Path of file to copy; "" to create an empty file with name specified by bsNewFileName (see Remarks)
- bsNewFileName
- Optional new file name; "" to use the file name specified in bsSrcPath (see Remarks)
- lEdmAddFlags
- Combination of EdmAddFlag bits
Return Value
ID of the new file
Remarks
See Also
Availability
SolidWorks Enterprise PDM Version 5.2