With this .lnk file (inside zip) as input, when I run this code:
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 :
UserWarning: Error while decoding string `F:\笹���も (@sasakomitomo)` ('charmap' codec can't decode byte 0x8f in position 58: character maps to <undefined>)
warnings.warn(msg)