On the Filesystem i have the following folders:
Sorted by name.
If i want to get all these folder with:
then the ordner is:
someone has a trick?
B4X:
[ATTACH=full]86277[/ATTACH]
If i want to get all these folder with:
B4X:
Dim tmp_unsortet() As String = System.IO.Directory.GetDirectories(path)
then the ordner is:
B4X:
2.10
2.1
2.2
2.3
.
.
.
.
someone has a trick?
Last edited: