6 lines
107 B
Text
6 lines
107 B
Text
Public Sub Main()
|
|
Dim sDir As String[] = Dir(User.Home &/ "test").Sort()
|
|
|
|
Print sDir.Join(gb.NewLine)
|
|
|
|
End
|