Hey there,
ok i finally get my list of directories from my server , but these look like this
-x 10 test mail 4096 Dec 1 12:01 users
-x 10 test mail 4096 Dec 1 12:01 admin
etc etc...
basically i only need "users", or in the second string "admin"
So how can i cut the text to get only those texts ??
Substring(9) does not work....