TempFileCollection.BasePath 属性
定义
获取基文件名的完整路径,该基文件名不带文件扩展名,位于临时目录路径上,用于生成该集合的临时文件名。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
属性值
基文件名的完整路径,该基文件名不带文件扩展名,位于临时目录路径上,用于生成该集合的临时文件名。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.
例外
如果未设置 BasePath 属性或者将其设置为 null,则不会将 AllAccess 授予 TempDir 属性指出的临时目录。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.