Can anyone point me to an example of how to create a folder, and assign rights, if that folder does not already exist? I don't mean through an administrative type task, I mean programaticly.
Within a new module I am creating, I would like to determine (in the page load event) if the user has a specific (specific to them) folder already created. If they do not, I want to create it and assign them Read + Write DNN privilages to it.
I have tried (unsuccessfuly) to figure out how to use the GetFolder and GetFolderInfo methods which I find in Object Browser. I'm sure this is a fairly simple thing to do, and I'd very much appreciate someone pointing me to an example. 
Thank you