
.. _filesys:

**********************************
ファイルとディレクトリへのアクセス
**********************************

この章で説明されるモジュールはディスクのファイルやディレクトリを扱います。
たとえば、ファイルの属性を読むためのモジュール、ファイルパスを移植可能な方式で操作する、
テンポラリファイルを作成するためのモジュールです。この章の完全な一覧は:


.. toctree::

   os.path.rst
   fileinput.rst
   stat.rst
   statvfs.rst
   filecmp.rst
   tempfile.rst
   glob.rst
   fnmatch.rst
   linecache.rst
   shutil.rst
   dircache.rst
   macpath.rst


.. seealso::

   Section :ref:`bltin-file-objects`
      Python組み込みのファイルオブジェクト。

   Module :mod:`os`
      オペレーティングシステムのインタフェース、
      組み込みのファイルオブジェクトより低レベルでのファイル操作を含む。

