View Single Post
Old 19-03-2006, 02:57 PM   #3 (permalink)
CAT4361
Registered User
 
CAT4361's Avatar
 
Join Date: Mar 2006
Posts: 14
I've tried it with double blackslashes, single backslashes, domain with and without extension .. still coming up permission denied or invalid directory?? any other suggestions??

open (LOG, ">>d:\\domains\\weemedesigns.co.uk\\logs\\file.txt ") || Error('open', 'file');
flock (LOG, 2) || Error('lock', 'file');
print LOG "WOHOO !!\n";
close (LOG) || Error ('close', 'file');
CAT4361 is offline   Reply With Quote