Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the temporary directory in which stash files are built.
Syntax
HRESULT put_WorkingDirectory(
[in] BSTR newVal
);
Parameters
[in] newVal
String that contains the path to the temporary working directory. The default is the current temp directory.
Return value
S_OK is returned on success, but other success codes may be returned as a result of implementation. The following error codes are commonly returned on operation failure, but do not represent the only possible error values:
Return code | Description |
---|---|
|
The value specified for parameter %1!ls! is not valid.
Value: 0xC0AAB101 |
|
The working directory %1!ls! is not valid.
Value: 0xC0AAB140 |
|
Cannot set working directory to %1!ls!. Space available is %2!I64d! bytes, approximately %3!I64d! bytes required.
Value: 0xC0AAB141 |
Remarks
Stash files are the temporary files used to build the file-system image.
An exception results if the existing stash files cannot move to the new working directory.
You cannot change the working directory if a result stream exists for the file-system image.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista, Windows XP with SP2 [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | imapi2fs.h |