I'm trying to store a file and roam it to other devices in Windows 8. The official documentation on this states:
Within its app data store, each app has system-defined root directories: one for local files, one for roaming files, and one for temporary files.
And further down, it states:
App files can be local or roaming. The files that your app adds to the local data store are present only on the local device. The system automatically synchronizes files your app adds to the roaming data store on all devices on which the user has installed the app.
However, it does not go on to state how files (not normal data) can be roamed.
Where do I go to find more about roaming files, and not just normal data?