python:pathlib

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
次のリビジョン両方とも次のリビジョン
python:pathlib [2020/03/31 03:19] – [参考文献] ともやんpython:pathlib [2020/03/31 04:11] – [os.scandir() の実装] ともやん
行 229: 行 229:
  
 ===== os.scandir() の実装 ===== ===== os.scandir() の実装 =====
 +[[https://docs.python.org/3/library/os.html#os.scandir|os — Miscellaneous operating system interfaces — Python 3.8.2 documentation]]\\
 +<note>
 +Note On Unix-based systems, scandir() uses the system’s opendir() and readdir() functions. On Windows, it uses the Win32 FindFirstFileW and FindNextFileW functions.
 +ノート(翻訳) Unix ベースのシステムでは、scandir() はシステムの opendir() 関数と readdir() 関数を使用します。 Windows では、Win32 FindFirstFileW 関数と FindNextFileW 関数を使用します。
 +</note>
 <WRAP prewrap 100% #mincode_long> <WRAP prewrap 100% #mincode_long>
 <code c cpython/Modules/posixmodule.c> <code c cpython/Modules/posixmodule.c>
  • python/pathlib.txt
  • 最終更新: 2023/05/27 09:00
  • by ともやん