1
0

write shit

This commit is contained in:
2025-10-18 09:55:08 +08:00
parent bdb6b4ceee
commit bcd0d503d4
7 changed files with 201 additions and 20 deletions

View File

@ -17,7 +17,7 @@ and provide it and `wfassoc_exec` with your executable.
By executing `wfassoc_exec` with this TOML file in your executable,
you can simply achieve this goal and analyze its return value to check whether it success.
However, if you are prefering taht let user decide which file associations should be created,
However, if you are prefering that let user decide which file associations should be created,
even have an UI displaying all current file association related with this program (like 7-Zip File Manager does),
you can choose `wfassoc_dylib` for your solution.
`wfassoc_dylib` expose all essential functions for this task.