G
glub glub
i'm trying to make a program that works as Replace works in MS Word but this
is for use with files, not a text document.
FolderBrowserDialog1.ShowDialog()
txtPath.Text = FolderBrowserDialog1.SelectedPath
above are the 2 lines of code i have so far, i would like to display/add the
files to a list view and i feel that i would have to count the amount of
files in the specified directory to do so, so how would i count the amount
of files and add them to the list view?
i have 2 text boxes for the find and replace and button to replace, how
would i find and rename the files in the "search"?
ex (i would like to be able to search for spaces in a file name and replace
those spaces with no spaces using this program)
is for use with files, not a text document.
FolderBrowserDialog1.ShowDialog()
txtPath.Text = FolderBrowserDialog1.SelectedPath
above are the 2 lines of code i have so far, i would like to display/add the
files to a list view and i feel that i would have to count the amount of
files in the specified directory to do so, so how would i count the amount
of files and add them to the list view?
i have 2 text boxes for the find and replace and button to replace, how
would i find and rename the files in the "search"?
ex (i would like to be able to search for spaces in a file name and replace
those spaces with no spaces using this program)