Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the working directory of the application on startup.
Namespace: Microsoft.Windows.Shell
Assembly: Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)
Syntax
'Declaration
Public Property WorkingDirectory As String
public string WorkingDirectory { get; set; }
public:
property String^ WorkingDirectory {
String^ get ();
void set (String^ value);
}
member WorkingDirectory : string with get, set
function get WorkingDirectory () : String
function set WorkingDirectory (value : String)
Property Value
Type: System.String
The working directory of the application on startup. The default is nulla null reference (Nothing in Visual Basic).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.