Table of Contents

Method SetFileAttribute

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

SetFileAttribute(string, CopyLocal)

Sets the given attribute to the specific file.

public virtual void SetFileAttribute(string fileName, CopyLocal copyLocal)

Parameters

fileName string

Name of the file to update the attribute.

copyLocal CopyLocal

New copy action attribute.

SetFileAttribute(string, BuildAction)

Sets the given attribute to the specific file.

public virtual void SetFileAttribute(string fileName, BuildAction buildAction)

Parameters

fileName string

Name of the file to update the attribute.

buildAction BuildAction

New build action attribute.