I feel that assigning files, and folders and doing the += [item] part is a bit hackish. Any suggestions? I\'m using Python 3.2
So how can i recursively search a Folder and un-hide ALL files and sub folders in a directory? Like have it check each file and each folder... if they\'re hidden.. un-hide them. Iv been messing around
I am using glib in my application, and I see there are convenience wrappers in glib for C\'s remove, unlink and rmdir. But these only work on a single file or directory at a time.