Gregory Lypny wrote/ schreef:

> Hi Everyone,
> 
> Does MetaCard have functions that get information about text files
> being read?  I'm interested in knowing the size of files being opened.
If they're not too big use:
  the length of url "file:test.txt"
  -- or
  answer file "Choose the file:"
  if the result is "Cancel" the exit to top
  answer "The file is" && the length of url ("file:" & it) && "bytes in
size."

Otherwise, you can use
  the long files
in MC 2.4, check the reference.

> Regards,
> 
> Greg
Hope this helps,
Sjoerd


Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to