Application as virtual or network drive

R

Ratnesh Raval

Hi all,



I am trying to create an application, which will create a virtual drive on
the system.



When user logs in to the application, that virtual drive would show contents
of a remote server.



Also I want to trap all events inside that virtual drive. Like if user
creates a new file, or deletes a file.

So that my application can send that file to server location or take
appropriate actions



Is that possible to do with .net?



Thnx

R
 
G

Guest

Also I want to trap all events inside that virtual drive. Like if user
creates a new file, or deletes a file.

So that my application can send that file to server location or take
appropriate actions

So basically you'll like to create a virtual disk?

..NET doesn't provide any features like that out of the box ... what sort of
files will you be handling?
 
R

Ratnesh Raval

Ya that would be virtual disk, the files would be normal files like
pictures, pdfs, etc.

basically that drive would show contents from remote location, and i wuld be
copying files in and out.
 
R

rowe_newsgroups

Ya that would be virtual disk, the files would be normal files like
pictures, pdfs, etc.

basically that drive would show contents from remote location, and i wuld be
copying files in and out.

Sorry if I'm missing something, but why just use the actual drive on
the server and then use a filesystemwatcher and respond to the copy/
delete/etc events?

Thanks,

Seth Rowe
 
R

Ratnesh Raval

As i said in my first post, user actually logs in to the application. So
only specific files can be shown.

Thnx
R
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top