Ask a Question related to Macromedia Director Lingo, Design and Development.
-
interart_03 webforumsuser@macromedia.com #1
Files on HD or CD into list
I need to dig file names from hd without ext in list. I have problem to identify delimiter "\" and dots.
Any other way?
Tx
interart_03 webforumsuser@macromedia.com Guest
-
PPD files are not in list
PPD files won't show up in the list. I downloaded all the AGFA PPD's from their site, put them in System Folder> Extensions> Printer Descriptions... -
Recently Used Files List
How do I get the list of recently used/opened files to appear in my Files pulldown menu? thanks JH -
get list of files in subdirectories?
Howdy: I'd like to get a list of files in a directory and also in it's subdirectory - but I don't know how far the subdirectory goes. I can... -
Getting a list of the files in a directory
Hi, I'm just starting out with ruby and I'm writing a script to rename a bunch of files in a directory to a way I want them to be (just to get more... -
How to list files recursively?
Hi NG, I am looking for a way to list files *recursively* from a given directory. Are there *builtin*-functions, that handle this? Thanks,... -
James #2
Re: Files on HD or CD into list
ok assuming you have a list with the full pathname of a list of files (from
something like buddyAPI for instace) try this:
set newPathList = []
repeat with x in pathList
set the itemdelimiter = "\"
set temp = the last item of x
set the itemdelimiter = "."
set temp = item 1 of temp
add newPathList, temp
end repeat
I haven't tested this so if you have any problems with it let me know and
I'll check it tomorrow, but it should work.
James
"interart_03" <webforumsuser@macromedia.com> wrote in message
news:bmst2q$782$1@forums.macromedia.com...identify delimiter "\" and dots.> I need to dig file names from hd without ext in list. I have problem to> Any other way?
> Tx
>
>
James Guest



Reply With Quote

