locked
creating a file RRS feed

  • Question

  • hi,

    I use FilePicker to select a file and after editing that file I want to save it in the same path and add my extension ".edti" to it 

    any ideas ?

    tnx.

    Saturday, February 1, 2014 6:25 PM

Answers

  • Your app has access only to the picked file, not to other files in  its folder.

    If you need access to the folder use the FolderPicker. You can also let the user choose when to save with a save picker and suggest your new file name.

    • Marked as answer by Mehdi Elhaij Sunday, February 2, 2014 11:49 PM
    Sunday, February 2, 2014 4:42 PM
    Moderator

All replies

  • Your app has access only to the picked file, not to other files in  its folder.

    If you need access to the folder use the FolderPicker. You can also let the user choose when to save with a save picker and suggest your new file name.

    • Marked as answer by Mehdi Elhaij Sunday, February 2, 2014 11:49 PM
    Sunday, February 2, 2014 4:42 PM
    Moderator
  • I can work with that , thanks
    Sunday, February 2, 2014 11:49 PM