611 Views
Because we are very restricted in accessing file system directly, sometimes we will need user’s help to access files and folder. There are three classes that give app access to the locations unavailable through Storage APIs – FileOpenPicker, FileSavePicker and FolderPicker - Windows 8’s replacement for the well know Open/Save dialogs...
Are these UIs suitable for developers creating metro apps for tablets? or even for desktop applications?
Within the browser, there is a dialog for picking files for FileUpload. Will this get affected by the new UI?
So to answer your question, I don't see these new API calls being suitable for a desktop app, only a metro app. I wouldn't even think these api calls would work if run from a desktop app.
As for whether IE will have this interface, I would imaging when running in metro mode it will, but running on the desktop will probably bring up the standard dialogs.
But for the Metro apps it will be used everywhere, including Metro styled IE.
If the pickers a re used to select a Word document, you will see the Word icon and document's name.
And of course you are able to change the folder. "Go up" and "Files" actually the buttons. Go up brings you one folder up and Files opens a drop down menu with the different locations - Libraries, Computer, Network, etc.
I didn't notice a New Folder button, can new folders be created from the new dialogs?
No, there is no way to create a new folder within the picker. And here I would agree - this is a big gap. Hope they will fix it before release.