[4]ファイルの縦横サイズ付きでリネーム
【4】ドロップOBJのリストから
【5】パス
【6】ファイル名
【7】拡張子
を取得しましょう。
【5】パス
■theAliasNameとして『エリアス』としての名前を格納して
set theAliasName to ObjFiles as alias
■その『theAliasName』をテキスト形式に変換
set theAliasPassName to theAliasName as Unicode text
■これは番外ですがUNIXパス形式のテキストとしてパスを格納
set thePosixPass to POSIX path of ObjFiles as Unicode text
【6】ファイル名
■theFileNameとしてファイル名をテキストとして格納
set theFileName to name of ObjFiles as Unicode text
【7】拡張子
■theExeName拡張子をテキストとして格納
set theExeName to name extension of ObjFiles as Unicode text
でここまでが
解説入りは
【5】パス
【6】ファイル名
【7】拡張子
を取得しましょう。
【5】パス
■theAliasNameとして『エリアス』としての名前を格納して
set theAliasName to ObjFiles as alias
■その『theAliasName』をテキスト形式に変換
set theAliasPassName to theAliasName as Unicode text
■これは番外ですがUNIXパス形式のテキストとしてパスを格納
set thePosixPass to POSIX path of ObjFiles as Unicode text
【6】ファイル名
■theFileNameとしてファイル名をテキストとして格納
set theFileName to name of ObjFiles as Unicode text
【7】拡張子
■theExeName拡張子をテキストとして格納
set theExeName to name extension of ObjFiles as Unicode text
でここまでが
解説入りは
| 固定リンク
「ReName」カテゴリの記事
- 【13】繰り返しの終わり(2008.08.17)
- 【10】縦横サイズから『.0』を取る(2008.08.18)
- [4]ファイルの縦横サイズ付きでリネーム(2008.08.21)
- [3]ファイルの縦横サイズ付きでリネーム(2008.08.21)
- [2]ファイルの縦横サイズ付きでリネーム(2008.08.21)
「AppleScriptRename」カテゴリの記事
- 【Rename】AppleScriptでリネーム3種(2021.03.12)
- 画像ファイル名をリネームする(2016.07.09)
- [okwave]Applescriptでファイル名の一部を置換(2013.04.04)
- [AppleScript]ファイル名のリネーム シンプル版(2010.09.09)
- [AppleScript]ファイル名のリネーム(2010.07.28)
この記事へのコメントは終了しました。
コメント