StartupDirectory Property
In This Topic
The startup (working) directory to assign to the process.
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property StartupDirectory As String
[CanBeNull()]
public string StartupDirectory {get; set;}
[CanBeNull()]
public:
property String^ StartupDirectory {
String^ get();
void set ( String^ value);
}
See Also