remove suffix
remove suffix
- Subject: remove suffix
- From: email@hidden
- Date: Thu, 27 Sep 2001 09:31:21 +0200
Hi,
I have a script that copies htm files and adds some code in them. I need to
add some code to this script that removes the old suffix on each file.
example:
Filename = myfile.htm
New filename = myfile
This is probably very easy to do but I dont know how to write the
applescript code to remove ".htm" of the filename. Today I use
filemanipulator to do this, but it is one extra step. So it would be great
to have this function in the script.
Thanks in advance!
Peter