gpt4 book ai didi

c# - 使用 ProcessStartInfo 时使用 WorkingDirectory 时的默认目录

转载 作者:太空宇宙 更新时间:2023-11-03 23:43:43 25 4
gpt4 key购买 nike

如果在使用 ProcessStartInfo 时未定义 WorkingDirectory 的默认目录是什么?

System.Diagnostics.ProcessStartInfo startInfo = new System.Diagnostics.ProcessStartInfo();
startInfo.FileName = @"cscript.exe";

//startInfo.WorkingDirectory = "C:\NotDefined";

最佳答案

如果未设置,WorkingDirectory 将是默认的 %SystemRoot%\system32。

属性的功能取决于 UseShellExecute 标志:

MSDN:
When the UseShellExecute property is false, gets or sets the working directory for the process to be started.
When UseShellExecute is true, gets or sets the directory that contains the process to be started.

关于c# - 使用 ProcessStartInfo 时使用 WorkingDirectory 时的默认目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28196427/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com