U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ Core » [REQUEST] IsHidden for POSIX platforms
[REQUEST] IsHidden for POSIX platforms [message #20894] Thu, 16 April 2009 12:06 Go to previous message
masu is currently offline  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
 
Read Message
Read Message
Previous Topic: problem with system() under windows [SOLVED]
Next Topic: MSC problems: pick_ != const
Goto Forum:
  


Current Time: Sun May 03 17:35:01 GMT+2 2026

Total time taken to generate the page: 0.00399 seconds