TempFileCollection::BasePath Property

 

Gets the full path to the base file name, without a file name extension, on the temporary directory path, that is used to generate temporary file names for the collection.

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

public:
property String^ BasePath {
	String^ get();
}

Property Value

Type: System::String^

The full path to the base file name, without a file name extension, on the temporary directory path, that is used to generate temporary file names for the collection.

Exception Condition
SecurityException

If the BasePath property has not been set or is set to null, and AllAccess is not granted for the temporary directory indicated by the TempDir property.

.NET Framework
Available since 1.1
Return to top
Show: