> I am trying to find a post from a few months ago about setting > folder permissions for a particular user using a byte length > string of 0s and 1s. You are then able to get a users' permission > to perform a certain action (edit/add/delete) by using bitwise > operations on the string. > > ex. a user permssion string of 01010101 would give the user > permission to edit files (this is a very generic example) > > Does anyone know where I can find the old topic or have any > advice on how to get started doing this?
You might find this presentation helpful: http://www.figleaf.com/figleafhome/cfug/2000/CFUGJun2000/cfugjune2000.zip Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

