angela4eva
Programmer
I have a folder called c:\input..i need to loop through this folder and get the anmes of all the files..note there are no sub folders in the input folder...please help.
thanks
thanks
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dim fName as string
For each fName in Directory.GetFiles("c:\input")
Function(fName.Remove("c:\input\"))
Loop