On Wed, Jan 2, 2013 at 2:16 AM, Todd Geist wrote:
> I found Trevor's FilesAndFolders library, and he has a fileGetInfo function
> in there. Thanks Trevor, but wow, thats a lot of work to get the file
> Properties.
Couldn't find Trevor's FilesAndFolders so not sure how co
I found Trevor's FilesAndFolders library, and he has a fileGetInfo
function in there. Thanks Trevor, but wow, thats a lot of work to get
the file Properties.
So the only way to get the properties of a file is to get the
properties of all the files in the same folder? and then find that
Thanks Mark,
So the only way to get the properties of a file is to get the properties
of all the files in the same folder? and then find that file in that
list? That seems terribly inefficient. What if there are 6 files in
the folder?
Todd
Mark Schonewille wrote:
Hi Todd,
set the ite
Hi Todd,
set the itemDel to slash
set the defaultFolder to item 1 to -2 of myFilePath
put the detailed files into myFiles
-- etc
--
Best regards,
Mark Schonewille
Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
K
Hello,
I am looking for a way to get the modification time stamp of a file on
disk. I see how I could get this info from the defaultFolder using "the
detailed files" but I only have the path to the file. Seems like this
should be easy. So I figure I am missing something. What could it be?