Sure

tChar = the last char of the moviepath
set the itemdelimiter = tChar

Then you can get your paths by something like this:

tPath = the moviepath 

delete the last char of tPath
delete tPath.item[tPath.item.count]

So if you have the moviepath  as 
"drive/dir1/dir2/dir3/whatever/mymovie.dir" then tPath is 
"drive/dir1/dir2/dir3/whatever/"

First delete the last character (the final path seperator) then just 
delete the final item to go back up one dir.



[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to