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)
  • key [in]

Type: String

  • savePathname [in]

Type: String

  • bFailIfExists [in,optional]

Type: Boolean

Default value: False

This function does not return a value.