Closed spirann closed 7 years ago
I'd suggest to cover all limitations here
Do you mean "fail silently" ?
jfyi: I made a terrible hack for Java's createNewFile method. In my case this is quite safe, but for others this might be dangerous.
The behavior is documented in the limitation section already.
It would be nice if we could use a parameter for chmod or chown to fail silently. I know changing owner or access rights is not possible but some standard libraries like python's shutils.py try to chmod the file after a move for example. In this case chmod fails and so the shutils.py move function, even if the file is correctly copied to svfs.
ex: in move copy2(src, real_dst) File "/usr/lib/python2.7/shutil.py", line 131, in copy2 copystat(src, dst) File "/usr/lib/python2.7/shutil.py", line 100, in copystat os.chmod(dst, mode) OSError: [Errno 95] Operation not supported