Quote:
Originally Posted by theducks
You got it backwards
Jinke appears to be doing a ls -la instead of a simple ls -l ( lbook has a nicer "bookshelf display")
Why are they showing us "*nix hidden files" at all.
It may be more difficult, but bookshelf should honor Windows hidden attribute also.
IMHO we should not see "Restore PC" either.
|
If I was writing a GUI to display device contents, I wouldn't use a command line utility like "ls" at all. There will be a proper call to a library that will return a file/directory list, then you can choose what to display programmatically from that list.