Jane Chen wrote: > > I would like to create disk image > through SHCreateStreamOnFileEx,IStream::Read, > and IStream::Write. However, I cannot find these API in python-win32. > I am wondering how to create disk image through python.
What are you actually trying to do? Unless you are working with COM structured storage (like an old Word document), these APIs provide no services that cannot also be done much more easily with normal Python I/O. -- Tim Roberts, t...@probo.com Providenza & Boekelheide, Inc. _______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32