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.
関数で名前を変更する前に、ファイル名に .old を連結したい
これはうまくいきますか:
old = RemoteFileName + '.out' ftp.rename (RemoteFileName,old)
はい、そのコードは機能するはずです。
の値が の場合、RemoteFileName最初readme.txtの行で値を使用して新しい文字列を作成readme.txt.outし、変数に割り当てますold。の値RemoteFileNameは変更されません。
RemoteFileName
readme.txt
readme.txt.out
old