[python-win32] creating disk image

Tim Roberts timr at probo.com
Fri Aug 3 21:39:33 CEST 2012


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, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the python-win32 mailing list