登录 注册
当前位置:主页 > 资源下载 > 9 > py-read-udf是一个用于在Python 2和3中读取DVD ISO(通用磁盘格式)的模块

py-read-udf是一个用于在Python 2和3中读取DVD ISO(通用磁盘格式)的模块

  • 更新:2024-11-25 17:55:20
  • 大小:10KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

py-read-udf2 使用Python 2和3读取DVD ISO(通用磁盘格式)的模块 当前,它只能列出磁盘根目录中的文件。 使用示例: import read_udf game_file = 'C:/games/Playstation2/Armored Core 3/Armored Core 3.iso' root_directory = read_udf . read_udf_file ( game_file ) for entry in root_directory . all_entries : print ( "file name: {0}" . format ( entry . file_identifier )) 许多代码是从C#DiscUtils项目移植的: ://discutils.codeplex.com 有关详细信息,请参阅ECMA-167和OSTA通