first few chars of filename?
first few chars of filename?
- Subject: first few chars of filename?
- From: "T.J. Mahaffey" <email@hidden>
- Date: Tue, 15 May 2001 17:00:43 -0500
Hi, folks.
i'm working on a script that deletes the first four chars of a files name. I
can't find a command anywhere that lets me refer to them. Or it just won't
let me delete them
here's the start:
set oldName to (name of thisItem)
set theGunk to characters 1 through 4 of oldName
next?
Can someone help?
T.J.
email@hidden