creating a folder

  • Thread starter Thread starter kamal
  • Start date Start date
K

kamal

Hi ,
when we accessing some application from the server then a folder has to
create on the client system . When accessing the application from server the
folder has to created on the client system at any where. Any solution.
Thanks in advance.
Regards,
Kamal.
 
Off the top of my head:
Create a "service" component that renders folders based on a document (XML
is probably best here) and create an admin tool to create the definition, or
scan the directory structure to update the definition document. Have the
client communicate occasionally (when up and running) to check if the
definition file has changed and provide the same creation functionality from
the file on the client app.

That is just one idea. Quite easy with ClickOnce, as you can glom onto the
upater bits for this functionality.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think outside of the box!
*************************************************
 

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

Back
Top