属性の取得・代入・楽な調べ方 (AppleScript(Finder|basil|note. Library Catalog: note.com
属性の取得・代入・楽な調べ方 (AppleScript(Finder|basil|note [link]Paper  abstract   bibtex   
Finder 各属性の基本(取得と代入) ファイル名や更新日などがそれにあたります。 属性の操作例は以下になります。 取得 set 変数名 to 属性名 + of + fileA 代入 set 属性名 + of + fileA to "新しいファイル名" set name of fileA to "ファイル名.jpg" –因みに set a to name of FileA で、FileAのファイル名をaに代入出来ます。 ↑ fileAのname属性を"ファイル名.jpg"に変更すると言うことになります。  更新日の場合は set modification date of
@misc{noauthor__nodate,
	title = {属性の取得・代入・楽な調べ方 ({AppleScript}({Finder}|basil|note},
	url = {https://note.com/stronglemon/n/nd1c108132618},
	abstract = {Finder 各属性の基本(取得と代入)  ファイル名や更新日などがそれにあたります。 属性の操作例は以下になります。  取得 set 変数名 to 属性名 + of + fileA 代入 set 属性名 + of + fileA to "新しいファイル名"  set name of fileA to "ファイル名.jpg" --因みに set a to name of FileA で、FileAのファイル名をaに代入出来ます。  ↑ fileAのname属性を"ファイル名.jpg"に変更すると言うことになります。  更新日の場合は  set modification date of},
	language = {ja},
	urldate = {2020-05-10},
	journal = {note(ノート)},
	note = {Library Catalog: note.com},
}

Downloads: 0