newfolder.mac

来自「一个研究声多普勒计程仪很好的工具箱」· MAC 代码 · 共 27 行

MAC
27
字号
---- Create a new folder.---- Copyright (C) 1997 Dr. Charles R. Denham, ZYDECO.--  All Rights Reserved.--   Disclosure without explicit written consent from the--    copyright owner does not constitute publication.-- Version of 05-Sep-1997 16:51:19.--tell application "Finder"	--	set TESTING to 1	set TESTING to 0	if TESTING is 1 then		set thePath to "priapus:AAA"		set theNewFolder to "myNewFolder"	end if	--	set theTarget to thePath & ":" & theNewFolder	if not (exists item theTarget) then		make new folder at folder thePath		set name of folder "untitled folder" of folder thePath to theNewFolder	end if	--end tell

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?