TempFileCollection.BasePath Property

Definition

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.

public:
 property System::String ^ BasePath { System::String ^ get(); };
public string BasePath { get; }
member this.BasePath : string
Public ReadOnly Property BasePath As String

Property Value

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.

Exceptions

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.

Applies to