Hi,
Searched further on the internet.
It seems to be the Locked file attribute
In the terminal you can remove the lock:
- chflags nouchg file
Any API in free pascal or LCL ....?
If no API, then can I execute this from within my program:
- find . -flags uchg -exec chflags nouchg {} \;
Theo.