Home » U++ Library support » U++ Core » [REQUEST] IsHidden for POSIX platforms
[REQUEST] IsHidden for POSIX platforms [message #20894] |
Thu, 16 April 2009 12:06  |
masu
Messages: 378 Registered: February 2006
|
Senior Member |
|
|
Recently I expected to find IsHidden() in FindFile class also for POSIX platforms.
I expected it to return true for all files starting with a dot:
bool IsHidden() const { return name[0] == '.'; }
I know this is once again a tiny addition, but it feels natural to me instead of missing IsHidden method.
Matthias
|
|
|
Goto Forum:
Current Time: Sun Apr 27 14:54:41 CEST 2025
Total time taken to generate the page: 0.01094 seconds
|