def getFlashDirectory():
#create flash path
flashPath = win32api.GetWindowsDirectory()
system32 = "SysWOW64" if is64Bits() else "system32"
flashPath = os.path.join(flashPath,system32,"Macromed\\Flash")
Logger.log(flashPath)
return flashPath
评论列表
文章目录