View Single Post
Posts: 15 | Thanked: 2 times | Joined on Sep 2012
#5
Nice one, exactly what I was looking for. Thank you very much!

But I have a question which I couldn't figure out - at least not yet. Let's say I'd like to list the current files and folders in directory "/home/user/" for example, how I do that?

EDIT * I do know that using 'ls' or 'ls -a' lists the files and folders, but how I make the list using using TextArea for example.

I don't actually need that one yet, but for future projects if I need it some day.