IExecAction::get_WorkingDirectory 方法 (taskschd.h)
获取或设置包含可执行文件或可执行文件使用的文件的目录。
此属性是可读写的。
语法
HRESULT get_WorkingDirectory(
BSTR *pWorkingDirectory
);
参数
pWorkingDirectory
返回值
无
备注
读取或写入 XML 时,应用程序的工作目录在 Task Scheduler 架构的 WorkingDirectory 元素中指定。
检查路径以确保它在注册任务时有效,而不是在设置此属性时有效。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |
目标平台 | Windows |
标头 | taskschd.h |
Library | Taskschd.lib |
DLL | Taskschd.dll |