adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ProgramExecutionTask Class / StartupDirectory Property


In This Topic
    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);
    }
    Remarks
    This value is optional. If specified, it must be a valid directory or the process will fail to start. Windows does not support UNC paths for the StartupDirectory so this must be a path anchored with a drive letter.
    See Also