List down file inside folder using VB6:
Here is a piece of code which is do this:
This code will get list of file in folder and separate file name and extension and put in array.
Private Sub GetFilesName (sFileDir As String)
Dim sFilename As String
Dim aFName() As String
sFilename = Dir(sFileDir)
Do While sFilename > “”
aFName = Split(sFilename, “.”)
sFilename = Dir()
Loop
Exit Sub
End Sub
Hi, I do think this is a great blog. I stumbledupon it
😉 I am going to revisit once again since i have book marked
it. Money and freedom is the greatest way to change,
may you be rich and continue to help others.
php patterns