hamigaki.png

前のページ 上に戻る ホーム 次のページ

Struct file_flags

hamigaki::archivers::iso::file_flags —

Synopsis

struct file_flags {
  // static constants
  static const boost::uint8_t existence = 0x01;  // 隠しファイル
  static const boost::uint8_t directory = 0x02;  // ディレクトリ
  static const boost::uint8_t associated = 0x04;  // 関連ファイル
  static const boost::uint8_t record = 0x08;  // 拡張属性レコードを持つ
  static const boost::uint8_t protection = 0x10;  // 保護ファイル
  static const boost::uint8_t multi_extent = 0x80;  // 複数エクステント
};
製作著作 © 2006-2008 Takeshi Mouri

前のページ 上に戻る ホーム 次のページ