Re: the detailed files

2002-07-31 Thread Ken Ray
local tFile, tSaveDir, tFiles, tFileInfo set the itemdel to "/" put urlEncode(last item of pPath) into tFile delete last item of pPath put the directory into tSaveDir set the directory to pPath put the detailed files into tFiles set the directory to tSaveDir get lineoffset(

Re: the detailed files

2002-07-31 Thread Richard Gaskin
Simon Lord wrote: > Is it possible to get the detailed files of a particular file > only? How? Nothing built-in, but this FileInfo function might help: on mouseUp answer file "Select a file:" put FileInfo(it) end mouseUp function FileInfo pPath local tFile,

Re: the detailed files

2002-07-30 Thread Ken Ray
Not as far as I know, Simon. You get the 'detailed files' from the directory the file you're concerned about is in, and then parse through the lines to get to the one you want. Ken Ray Sons of Thunder Software Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/

Re: the detailed files

2002-07-30 Thread LiangTyan Fui
On 7/31/02 12:00 PM, Simon Lord wrote: > Is it possible to get the detailed files of a particular file > only? How? Not that I know, but you can use the "get detailed directories" and extract the file information from the list not a clean one. -- >

the detailed files

2002-07-30 Thread Simon Lord
Is it possible to get the detailed files of a particular file only? How? Sincerely, Simon ___ metacard mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/metacard

the detailed files

2002-06-29 Thread Simon Lord
There are a few elements in what is returned by "the detailed files" that need a little extra work. For instance, does anyone know how to turn the date, filesize, and modification date into human readable form? Sincerely, Simon __