Your app doesn't have access to the e:\test folder and so cannot create files there.
By default Metro style apps have access only to their install and application data files. They can gain access to libraries via declaration and other files only as granted via the file picker.
See the
Application data documentation for more information on where different types of data can and should be stored.
--Rob