Setup: I have the user object in hand, via win32com.client.Dispatch('ADsNameSpaces'), in a standard Windows environment, using ActiveState Python of the 2.6 flavor. Apparently, Get() and Put()/SetInfo() methods are the appropriate ...
I'm trying to change how my directories and files within them are all labelled. Currently the system is "082411-SomeNameHere" (mmddyy-Title) and I'd like to change it to "110824-SomeNameHere".
I know the ...