jessewilson
01/11/2023, 1:43 AMexpect/actual
functions to do this if you need it. I’ve resisted adding permissions to Okio’s file system to keep it focused. But I’m eager to hear use casesBig Chungus
01/11/2023, 1:45 AM<http://java.io|java.io>
and this is the last remaining piece that I couldn't replace with okio. My biggest usecase is FakeFileSystem for testing.jessewilson
01/11/2023, 1:48 AMjessewilson
01/11/2023, 1:48 AMjessewilson
01/11/2023, 1:49 AMjw
01/11/2023, 1:50 AMBig Chungus
01/11/2023, 1:52 AMjw
01/11/2023, 1:56 AMFileSystem
and then drop down to Path
when you need to set/test the executable bit (you'll still need platform awareness since PosixFilePermission
only works on Linux and Mac). Then you can use Jimfs for your fake and wrap it the same as the platform default.