Method SetFileAttribute
SetFileAttribute(string, CopyLocal)
Sets the given attribute to the specific file.
public virtual void SetFileAttribute(string fileName, CopyLocal copyLocal)
Parameters
fileName
stringName of the file to update the attribute.
copyLocal
CopyLocalNew copy action attribute.
SetFileAttribute(string, BuildAction)
Sets the given attribute to the specific file.
public virtual void SetFileAttribute(string fileName, BuildAction buildAction)
Parameters
fileName
stringName of the file to update the attribute.
buildAction
BuildActionNew build action attribute.