I'm trying to create a CSV file in a Java program. No matter where the file is located, I've this error:
Exception in thread "main" java.io.FileNotFoundException: <location> (Access is denied)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
I have the same error for the .PDF and .DOC files. I have no error with .TXT, .JSON ......
I have the administator rights.
I think it's Microsoft Office which protect .DOC and .CSV files.