S
Saravanan Marappan M P
Guest
Hi All have a good day,
I am working in a task where i need to access my External Device storage (Android phone storage) and copy files. I am using FolderBrowserDialog to select the folder, but if i select an external device location the path is not selected or returned.
Code used:-
FolderBrowserDialog folderBrowserDialog = new FolderBrowserDialog();
if (folderBrowserDialog.ShowDialog() == DialogResult.OK)
return folderBrowserDialog.SelectedPath;
else
return "";
While using my code OK button is not enabled. How can get / select the folder.?
Thank you.
Saravanan.M
Continue reading...
I am working in a task where i need to access my External Device storage (Android phone storage) and copy files. I am using FolderBrowserDialog to select the folder, but if i select an external device location the path is not selected or returned.
Code used:-
FolderBrowserDialog folderBrowserDialog = new FolderBrowserDialog();
if (folderBrowserDialog.ShowDialog() == DialogResult.OK)
return folderBrowserDialog.SelectedPath;
else
return "";
While using my code OK button is not enabled. How can get / select the folder.?
Thank you.
Saravanan.M
Continue reading...