python:pathlib

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
次のリビジョン両方とも次のリビジョン
python:pathlib [2020/03/31 04:11] – [os.scandir() の実装] ともやんpython:pathlib [2020/04/04 07:31] ともやん
行 1: 行 1:
 <html> <html>
   <style>   <style>
-    #mincode pre {+    #result pre, #mincode pre {
       /*height: 300px;*/       /*height: 300px;*/
       overflow: scroll;       overflow: scroll;
行 18: 行 18:
     .dokuwiki .plugin_wrap table {     .dokuwiki .plugin_wrap table {
       width: auto;       width: auto;
-    } 
-    #result pre { 
-      /*height: 300px;*/ 
-      overflow: scroll; 
-      overflow-x: hidden; 
-      font-size: 10px; 
     }     }
   </style>   </style>
行 231: 行 225:
 [[https://docs.python.org/3/library/os.html#os.scandir|os — Miscellaneous operating system interfaces — Python 3.8.2 documentation]]\\ [[https://docs.python.org/3/library/os.html#os.scandir|os — Miscellaneous operating system interfaces — Python 3.8.2 documentation]]\\
 <note> <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.+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 関数を使用します。 ノート(翻訳) Unix ベースのシステムでは、scandir() はシステムの opendir() 関数と readdir() 関数を使用します。 Windows では、Win32 FindFirstFileW 関数と FindNextFileW 関数を使用します。
 </note> </note>
  • python/pathlib.txt
  • 最終更新: 2023/05/27 09:00
  • by ともやん