>- see footer for list info -<
Hi Paul,

   Thanks mate :) Will look through the cflib shortly.. 

-K


On Thu, 10 Mar 2005 18:31:37 -0000, Paul Fennell <[EMAIL PROTECTED]> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Yea Understood.
> Forcing the extension may help where extensions have already been
> "made" by the client.
> I believe it will prompt where it does not, not sure if it would pick
> up
> That it is flash and pull and installer though.
> 
> Rather than use cf directory you could use a function
> 
> function FileSize(filePath) {
>   Var result = 0;
>   Var fileObject = CreateObject("JAVA", "java.io.File");
>   fileObject.init(filePath);
>   if (fileObject.isFile()) {
>      result = fileObject.length();
>   }
>   Return result;
> }
> 
> Have a look at http://www.cflib.org/
> For other functions that might help if you do not want to use cfdir *
> Cause I gather the list might be on the big side for ya :)
_______________________________________________

For details on ALL mailing lists and for joining or leaving lists, go to 
http://list.cfdeveloper.co.uk/mailman/listinfo

--
CFDeveloper Sponsors:-
>- Hosting provided by www.cfmxhosting.co.uk -<
>- Forum provided by www.fusetalk.com -<
>- DHTML Menus provided by www.APYCOM.com -<
>- Lists hosted by www.Gradwell.com -<
>- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<

Reply via email to