最終更新:2020-04-12 (日) 02:25:29 (1474d)  

Python/os.path
Top / Python / os.path

Operations on pathnames.

http://www.python.jp/doc/release/library/os.path.html

一覧

  • os.path.abspath?
  • os.path.basename
  • os.path.commonpath?
  • os.path.commonprefix?
  • os.path.dirname
  • os.path.exists
  • os.path.lexists?
  • os.path.expanduser
  • os.path.expandvars?
  • os.path.getatime?
  • os.path.getmtime?
  • os.path.getctime?
  • os.path.getsize?
  • os.path.isabs?
  • os.path.isfile?
  • os.path.isdir?
  • os.path.islink?
  • os.path.ismount?
  • os.path.join?
  • os.path.normcase?
  • os.path.normpath?
  • os.path.realpath?
  • os.path.relpath?
  • os.path.samefile?
  • os.path.sameopenfile?
  • os.path.samestat?
  • os.path.split?
  • os.path.splitdrive?
  • os.path.splitext
  • os.path.supports_unicode_filenames?