Method GetFileAttribute
GetFileAttribute(string)
Retrieves the file attribute of the specified file.
public virtual DotNetProject.FileAttribute? GetFileAttribute(string fileName)
Parameters
fileName
stringFile to process.
Returns
- DotNetProject.FileAttribute
FileAttribute if it exists; otherwise, null.