Hi,
I'm having a problem using the stat() function :/ I currently have;
.. which *shoul* be reading "d:/inetpub/wwwroot/mydomain.com/submit/docs/4/17th December 2004.doc", and passing back the size.
My debug info seems to be ok; (except the byte size)
Bytes Grabbed: 0
Am I missing something really stupid? :/
TIA
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
I'm having a problem using the stat() function :/ I currently have;
Code:
my $bytes = (stat("d:/inetpub/wwwroot/mydomain.com/submit/docs/$startid/".$filename))[7] || 0;.. which *shoul* be reading "d:/inetpub/wwwroot/mydomain.com/submit/docs/4/17th December 2004.doc", and passing back the size.
My debug info seems to be ok; (except the byte size)
Quote:
Getting stats for: d:/inetpub/wwwroot/mydomain.com/submit/docs/4/17th December 2004.doc Bytes Grabbed: 0
Am I missing something really stupid? :/
TIA
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates

