[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LUA 4.x - filesystem access limit?
- From: Erik Hougaard <erik@...>
- Date: Wed, 24 Sep 2003 13:57:22 +0200
Zdenek Stangl wrote:
Yes, it's windows ;/
You could use the Platform SDK security (only NT/2K/WP) to make sure
that the directories/files access all have a certain user group ACL
attached .. So you can setup the access on the filesystem. That way you
do not have to make funky parsers that could be fouled with
"...\..\......" stuff.
Check the lpSecurityAttributes parameter from the CreateFile function -
that should get you going!
/Erik