how to set default location for uploading files or selecting files in window 8 -
how to set default location for uploading files or selecting files in window 8 -
hello every , in advance.
how can set default location choosing file dialog box , uploading file dialog box single directory in window 8.
i want search in c:/somefolder every time when chose or upload file not happen if select desktop next time makes desktop default location. think window 8 chose recent location default location don't want , want restrict same folder if upload file desktop or else.
you can seek this:
fileopenpicker folderpicker = new fileopenpicker(); folderpicker.viewmode = pickerviewmode.thumbnail; folderpicker.suggestedstartlocation = pickerlocationid.pictureslibrary;
you can list of locations in pickerlocationid here
window location default
Comments
Post a Comment