TempFileCollection.BasePath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.