Hey!
I’m a complete Noob. I’m trying to learn applescript so I can intergrate it with filemaker pro. Right now I have FM exporting docs to a directory on the desktop called “Export”
I need an apple script that can change the case of all files in the EXPORT folder to uppercase.
I’m completely clue less. Can anyone help? Also does anyone know where I can get some beginner’s material on apple script?
I don’t know if it just my machine, but I had to put “my” before chCase(N) in the following line:
set name of aFile to my chCase(N)
I think it is because, since we are in a Finder tell block, applescript needs to know that the chCase(N) function is in itself rather than a function of Finder. Am I correct?