Tags
共 17 篇文章
檔案處理
【Bash 檔案處理 #3】bash 確認「單一」檔案最後更新日期 (get file last updated)
【C++ 檔案處理 #1】C 語法的檔案讀取 istream (header: fstream, std::ifstream), 與 iostream 直接比較
【Linux 檔案處理 #8】realpath - 取得檔案完整「絕對路徑」,basename 取得檔名,用 pwd 取得現在 terminal 路徑
【Bash 檔案處理 #1】Linux terminal 取得資料夾內所有檔名(glob)
【Python 檔案處理 #7】python 移除資料夾範例 rmdir shutil.rmtree()
【Python 檔案處理 #6】python 建立資料夾範例 mkdir os.makedirs()
【Python 檔案處理 #5】python 開關檔範例 與 程式模板 with open / file open
【Python 檔案處理 #4】在 python 中利用 os.chmod 更改檔案的權限 (chmod 777)
【Python 檔案處理 #3】確認檔案是否存在 os.path.isfile / 確認資料夾是否存在 os.path.isdir is folder / file exist
【Python 檔案處理 #2】利用 shutil 來複製檔案 shutil copy file
1
2