Posts: 1,832
Location: Somewhere else entirely
|
We'll need more than that to go on - we can't read your mind
Is it a folder on a web server or your local machine? Is it running Linux or Windows? What do you mean by 'get info on it'?
Under Linux you can use chmod to change the file permission for the directory itself. If you set the permissions to zero for everyone but the owner (you) then no-one else can modify it, or even read it.
chmod 700 <insert directoryname here>
will do that for you
if you don't have shell access, you can use your FTP prog to set permissions.
__________________
UPDATE 0beron SET talkupation = talkupation + lots WHERE post = 'helpful';
Please login or register to view this content. Registration is FREE (aka MSN handwriting for forums)
|