| |
|
|
| Hello Fank,
I use whom commands FilelistToCsv around the Content one Directories einzulesen. thereby set I a filter, I only Files one Types having would like. now have I the trouble How I The Directories herausfiltere, there the Filterbefehl hereon Yes no effect has. did you know a speedy Solution or must one any Entries to byte 32 at the beginning search and these then delete ?
many Regards
Georg |
|
|
| |
|
|
|
| Hi,
there see I two Opportunities (not tested). to FilelistToCsv() write:
filter$=. SetFilelistNoFilter(addr filter$)
or
filter$=Chr$(160)+Chr$(0) SetFilelistFilter(addr filter$)
Greeting, Frank |
|
|
| |
|
|
|
| Hi,
here again tested. only Files Show:
filter$=Chr$(160)+Chr$(0) SetFilelistNoFilter(addr(filter$))
only Directories Show:
filter$=Chr$(160)+Chr$(0) SetFilelistFilter(addr(filter$))
Greeting, Frank |
|
|
| |
|
|
|
| Hello Frank,
works class !! Vielen Thanks !!
directly another question, becomes it Maybe time a function give around the Unterverzeichnisse directly with einzulesen ?????
many Regards Georg |
|
|
| |
|
|
|
| Hi,
the take I time as Why stay.
Greeting, Frank |
|
|
| |
|
|