ctypes.windll.LoadLibrary("kernel32.dll") 不在管理员模式下创建符号链接。是否可以将此 dll 复制到 D: 并从那里读取。如果有什么反作用。
import ctypes
inpt = "D:/mayaslate/symlink/ssh0155_plate.0003.jpg"
output = "D:/imagesequence/ssh0155_plate/ssh0155_plate.1003.jpg"
kdll = ctypes.windll.LoadLibrary("D:/mayaslate/kernel32.dll") <--- is this possible
kdll.CreateSymbolicLinkA(inpt , output, 0)