Java.nio fails to write to directory that executing user actually has write permission to [closed]

StackOverflow https://stackoverflow.com/questions/16603198

  •  29-05-2022
  •  | 
  •  

Question

Sorry folks, completely irrelevant question since the mistake was somewhere else.

Was it helpful?

Solution

For the directory: you need to have the execute bit set for your user in order to be able to access the directory and to read/write files within.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top