The samples site is not available in your language but here is the English version.

File access sample

This sample shows how to create, read, write, copy and delete a file, how to retrieve file properties, and how to track a file or folder so that your app can access it again. This sample uses Windows.Storage and Windows.Storage.AccessCache API.

 
 
 
 
 
(32)
99,328 times
Add To Favorites
09/04/2013
E-mail Twitter del.icio.us Digg Facebook

Solution Explorer

C++
C#
JavaScript
VB.NET
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title></title>
    <script src="/js/scenario8.js"></script>
</head>
<body>
    <div data-win-control="SdkSample.ScenarioInput">
        <p>To delete 'sample.dat' click 'Delete'.</p>
        <button id="delete" class="action">Delete</button>
    </div>
    <div data-win-control="SdkSample.ScenarioOutput">
        <div id="output"></div>
    </div>
</body>
</html>