go

Read the Target of a Shortcut using Go

英文: Read the Target of a Shortcut using Go 问题 我正在尝试使用Go语言读取快捷方式(.lnk)文件的目标文件/目录。 我已经有一个循环来遍历目录中的所有文件...