Re: nautilus & hidden files
- From: yelo_3 <yelo_3 yahoo it>
- To: "Szabolcs Szakacsits" <szaka ntfs-3g org>
- Cc: nautilus-list gnome org, Alexander Larsson <alexl redhat com>
- Subject: Re: nautilus & hidden files
- Date: Fri, 10 Oct 2008 17:45:04 +0200
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]