Replication Programming
WorkingDirectory Property
The WorkingDirectory property returns or sets the working directory to which snapshot files are transferred using FTP when that option is specified.
Applies To
Syntax
object.WorkingDirectory [= path]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list. |
path | Fully qualified path to the working directory for copied snapshots. |
Data Type
String
Modifiable
Read/write
Prototype (C/C++)
HRESULT WorkingDirectory(BSTR pVal);
HRESULT WorkingDirectory(BSTR* pVal);