On 5/21/2012 3:38 AM wolfrage8...@gmail.com said...
All, I have had a curious idea for awhile, and was wondering the best
way to implement it in Python and if it is even possible. The concept
is this, a file that is actually a folder that contains multiple files
(Like an Archive format). The actual files are really un-important.
What I want is for the folder to be represented as a single file by
any normal file browser,

pyfuse allows you to create and represent whatever you want using python as a file system to the OS. Probably worth a look...

Emile

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to