Skip to content

Commit

Permalink
Add information to the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MahBoiDeveloper committed Dec 5, 2024
1 parent 1c4f5dd commit e0836ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Docs/INISystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@ Valid file operation options available for files defined for `FileSettingCheckBo
- `OverwriteOnMismatch`: Overwrites the destination file with source file only if they are different.
- `DontOverwrite`: Never overwrites the destination file with source file if destination file is already present.
- `KeepChanges`: Carries over the destination file with any changes manually made to by caching the file if deleted by disabling the option and then re-enabling it.
- `LinkAsReadOnly`: Try to make a hard link to the source file, and if you get an error — copy the file. Recommended to use with any binary source files such as `opengl32.dll`, `d3d9.dll`, `dxgi.dll` and don't recommended use option with text files. While link is established, source file and target file has property `Read only` which protects original file and created link from edits. [More details](https://github.com/CnCNet/xna-cncnet-client/pull/590).

### Dynamic Control Properties

Expand Down

0 comments on commit e0836ab

Please sign in to comment.