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