ディレクトリにあるすべてのExcelファイルの名前を変更する簡単なスクリプトを書いていました:
[...]
for file_ in os.listdir(path):
if 'Analytics Android' in file_:
os.rename(file_, 'Android Orders.xlsx')
しかし、エラーが発生します:関数は名前を 2 番目の引数に変更[Error 2] The system cannot find the file specified.
すべきではありませんか?rename