[2005] Directory.GetFiles with spaces in folder name?
for some reason this isn't working, but it works if i try it without spaces in the folder name. (i cant change the folder structure)
Code:
Dim FileList As String() = Directory.GetFiles("E:\Downloads\Data Legal Agreements\")
Dim FileName As String
For Each FileName In FileList
Whatever(FileName)
Next
Re: [2005] Directory.GetFiles with spaces in folder name?
In what way isnt it working?
Re: [2005] Directory.GetFiles with spaces in folder name?
/owned
for some reason, my true account name didn't have access to my own box.
thanks!