Click here to Skip to main content
15,890,947 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I need to write an app which controls my skydrive account. It is something really simple: I have some files in a directory and I need to upload them to my skydrive no matter if my app is running, suspended or terminated.

I would like to give that directory the same control as Skydrive integrated in w8.1: i need some files to be both available online and offline and others which are only available online. To do this, i though about anew extension of file (.skydrive?) which is an empty file. If the content is not available offline, as soon as i connect to the net, my app analyses the online files which are not offline and creates all the files as .skydrive files. If I move a skydrive file, or I copy or delete, I would like to detect it. Is threre any way to detect if a file is being moved or deleted fron a directory? Can I register a new background process in windows 8.1 which always work no matter if my app is terminated or nor?
Thanks a lot!!

Jymmy097
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900