Table of Contents

Method GetFileAttribute

Namespace
Alternet.Common.Projects.DotNet
Assembly
Alternet.Common.v10.dll

GetFileAttribute(string)

Retrieves the file attribute of the specified file.

public virtual DotNetProject.FileAttribute? GetFileAttribute(string fileName)

Parameters

fileName string

File to process.

Returns

DotNetProject.FileAttribute

FileAttribute if it exists; otherwise, null.