Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Python でファイルの最終更新時刻を取得するには、次のようにします。
lastmodifiedTime = os.path.getmtime(filename)
作成された時間を取得するにはどうすればよいですか?