I would like to expose some service functionality as a virtual file share to allow conventional applications to use the virtual folder as a real one.
For example, a file path consisting of
\\\\Server\VirtualShare\File.ext
means that VirtualShare
doesn't really exist and only available as long as my service is running. A file access with the virtual share must implicitly use my service.
My question is, whether some API (of samples) exist to expose own virtual file shares. What's about WCF?