Environment.CurrentDirectory Property
Gets or sets the fully qualified path of the current working directory.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| ArgumentException | Attempted to set to an empty string (""). |
| ArgumentNullException | Attempted to set to null. |
| IOException | An I/O error occurred. |
| DirectoryNotFoundException | Attempted to set a local path that cannot be found. |
| SecurityException | The caller does not have the appropriate permission. |
By definition, if this process starts in the root directory of a local or network drive, the value of this property is the drive name followed by a trailing slash (for example, "C:\"). If this process starts in a subdirectory, the value of this property is the drive and subdirectory path, without a trailing slash (for example, "C:\mySubDirectory").
- SecurityPermission
for writing to files or directories in a set operation. Associated enumeration: SecurityPermissionFlag.UnmanagedCode
- FileIOPermission
for access to the information in the path itself in a get operation. Associated enumeration: FileIOPermissionAccess.PathDiscovery
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.