Tiziano Bettio <[EMAIL PROTECTED]> wrote:
>
>I'm looking for a simple solution of a win32 shell extension (virtual
>drive).
>
>It should make available a new drive with letter, which will be
>read-only. Instead of a network drive or similar it then should query a
>
Bettio" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi there
>
> I'm looking for a simple solution of a win32 shell extension (virtual
> drive).
>
> It should make available a new drive with letter, which will be
> read-only. Instead of a networ
Not much help... but the place to be looking is in the win32 api.
You'll then need to see if the functionality is already exposed in the
win32 extensions by Mark Hammond - if not you can use ctypes to access
it. The ctypes mailing list might be a useful place to ask questions -
but it's not somethi
Hi there
I'm looking for a simple solution of a win32 shell extension (virtual
drive).
It should make available a new drive with letter, which will be
read-only. Instead of a network drive or similar it then should query a
server application for directory/file listing.
Would be nice to have