Discussion:System.SysUtils.FileSetAttr

De RAD Studio API Documentation
Aller à : navigation, rechercher

The code example given in the description has been translated to french. This is wrong since it is Delphi code!

The line which reads: FileSetAttr('MyFile.sys', SysUtils.faReadOnly ou SysUtils.faSysFile, True);

Should looks like this: FileSetAttr('MyFile.sys', SysUtils.faReadOnly or SysUtils.faSysFile, True);

In other words, "or" should not be localized.