StaObjectServer.CopyFile
This function extracts a copy of the file or object to the pathname specified. Will attempt to save objects using IPersist interfaces.
| Syntax | Parameters | Return Value |
|---|---|---|
Sub StaObjectServer.CopyFile( _
key As String, _
savePathname As String, _
Optional bFailIfExists As Boolean = False)
|
Type: String
Type: String
Type: Boolean Default value: False |
This function does not return a value. |