lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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