LnkParse3 icon indicating copy to clipboard operation
LnkParse3 copied to clipboard

Windows Shortcut file (LNK) parser

Results 2 LnkParse3 issues
Sort by recently updated
recently updated
newest added

As we discussed, that would be the modification to make the print more list agnostic and more yaml-like for Extra blocks. I would totally understand if you consider it to...

With [this .lnk file (inside zip)](https://github.com/Matmaus/LnkParse3/files/15284351/%40sasakomitomo.zip) as input, when I run this code: ```python def get_target(lnk_path): with open(lnk_path, "rb") as indata: return LnkParse3.lnk_file(indata).info.local_base_path() print(get_target(lnk_path)) ``` I receive this error (path...