Hello!
I was wondering if there was any possibility to create a hidden file with the method Files.createFile()?
Say, would this code work out if some
FileAttribute object was set correctly?
The code above results in an
java.lang.UnsupportedOperationException being thrown with the message saying
'dos:hidden' not supported as initial attribute".