Re: nautilus & hidden files



Oh :(

I think it's too complicated...
and I'm quite sure that this request won't be considered since for
linux hidden files must have a dot before the name.

Alexander: when GIO asks it a file is hidden it fills and attribute.
But how does it fill it? does it do a simple test like this or is it
more complex?

if (fileName.startsWith("."))
   return true
else
   return false

where do I find the code? I didn't find it on mu own.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]