C++
void SetDefaultInitialFolder( LPCTSTR folder );
Description
Sets the default initial folder. If the initial folder is found in persistent data, this call has no effect.
folder must be a full path name with a drive letter or a UNC path. No URLs are allowed.
Parameters
Parameters | Description |
---|---|
folder | Name of the default initial folder |