G
Guest
Hi,
Why can't his work
Private Function GetFiles(ByVal sPath As String) As Generic.List(Of String)
Dim f() As String = Directory.GetFiles(sPath)
Return f()
End Function
Should I just create a File Class object, add to it's collection and then
return?
Thanks
Why can't his work
Private Function GetFiles(ByVal sPath As String) As Generic.List(Of String)
Dim f() As String = Directory.GetFiles(sPath)
Return f()
End Function
Should I just create a File Class object, add to it's collection and then
return?
Thanks