folderbrowserdialog
folderbrowserdialog selected path
i\'m using \'folderBrowserDialog1.SelectedPath\' to have a path to chosen folder. How can i see the names of another folders in开发者_如何学运维 folder which is selected?DirectoryInfo dir = new Direct[详细]
2023-01-31 19:36 分类:问答Using environment variable in a file path
I\'ve got an environment variable set that points to a specific folder (call it MYFOLDER for example). When typing in %MYFOLDER%\\SubFolder into windows explorer the subfolder appears. However, when I[详细]
2023-01-28 01:09 分类:问答Select folder dialog WPF
I develop a 开发者_高级运维WPF4 application and in my app I need to let the user select a folder where the application will store something (files, generated reports etc.).[详细]
2023-01-21 07:45 分类:问答Getting an exception as "The parameter is incorrect.\r\n" while moving file
I have written a code to move a file as follows private void Move_Click(object sender, EventArgs e) { string strOrgpath = string.Empty, strNewpath = string.Empty;[详细]
2023-01-16 17:12 分类:问答Required Dialog for selecting Multiple Files and Folders .NET
I thought it would be easy to find, I was wrong. Dialog Requirements: Can browse MULTIPLE FILES/FOLDERS in the same time.[详细]
2023-01-13 10:27 分类:问答folderbrowserdialog on C# winforms
I am using folderBrowserDialog in my winform. I need the default or initial path to be a network location.[详细]
2023-01-10 09:35 分类:问答directory listing with restrictions
I am trying to make a script that lists only folders within a folder. The thing is that I have users who can create folders within their folders so basically what I\'m trying to do is to have a way fo[详细]
2023-01-04 20:00 分类:问答Where should an application's default folder live?
I\'m creating a litt开发者_C百科le app that configures a connected device and then saves the config information in a file.The filename cannot be chosen by the user, but its location can be chosen.[详细]
2023-01-01 15:36 分类:问答Folder Browser Dialog
I am using Folder Browser Dialog in my application to select a folder. Now I want such a thing that in the folder there should be only html files nothing else to be selected. Like if we have open file[详细]
2022-12-31 12:11 分类:问答WinForms: Why do I get InvalidCastException when showing folder browser dialog?
I am randomly getting InvalidCastException when showing FolderBrowserDialog and also many clients have reported this.[详细]
2022-12-30 09:44 分类:问答