MSBuildFileSystemBase.GetAttributes(String) Method
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.
Use this for File.GetAttributes()
public:
abstract System::IO::FileAttributes GetAttributes(System::String ^ path);
public:
virtual System::IO::FileAttributes GetAttributes(System::String ^ path);
public abstract System.IO.FileAttributes GetAttributes (string path);
public virtual System.IO.FileAttributes GetAttributes (string path);
abstract member GetAttributes : string -> System.IO.FileAttributes
abstract member GetAttributes : string -> System.IO.FileAttributes
override this.GetAttributes : string -> System.IO.FileAttributes
Public MustOverride Function GetAttributes (path As String) As FileAttributes
Public Overridable Function GetAttributes (path As String) As FileAttributes
Parameters
- path
- String