@Dragos Rachieru I’m just curious… what’s your use case? Hidden vs. not is not particularly well defined!
d
Dragos Rachieru
07/25/2023, 7:18 AM
I have a mini file explorer in which I want to filter out the hidden files/folders to show only the visible ones
Like ignoring
.git
Dragos Rachieru
07/25/2023, 7:20 AM
Java documentation specifies that files with
.
prefix are hidden on Unix and windows has their manual hidden implementation
Dragos Rachieru
07/25/2023, 7:21 AM
For now I just show everything until I find a way to implement this
I have an app written in compose desktop that I want to port to web and android as well