WorkingDirectory (execType) 元素
指定可執行檔或可執行檔所使用的檔案存在所在的目錄。
<xs:element name="WorkingDirectory"
type="pathType"
/>
WorkingDirectory元素是由execType複雜類型所定義。
父元素
元素 | 衍生自 | Description |
---|---|---|
Exec | execType | 指定執行命令列作業的動作。 |
備註
針對腳本開發,工作目錄是由 ExecAction.WorkingDirectory 屬性所指定。
針對 C++ 開發,工作目錄是由 IExecAction::WorkingDirectory 屬性所指定。
範例
下列 XML 會定義執行動作。
<Exec>
<Command></Command>
<Arguments></Arguments>
<WorkingDirectory></WorkingDirectory>
</ServiceResume>
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 |
Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 |
Windows Server 2008 [僅限傳統型應用程式] |