メインコンテンツへスキップ

Pathlibを使ってファイルの存在を確認する

·53 文字·1 分

2022年を総括してみる #

from pathlib import Path

path = Path(file_path)
Path.is_file(path)

# return true if exists.

{{< alert “twitter” >}} Don’t forget to follow me on Twitter. {{< /alert >}}

{{< alert >}} Warning! This action is destructive! {{< /alert >}}

New article!
Warning! This action is destructive!
Don’t forget to follow me on Twitter.