I'm writing a script in python.
I want to create a symlink to a file that doesn't exist.
os.symlink fails in this case.
Is there a way to force to link?
I'm writing a script in python.
I want to create a symlink to a file that doesn't exist.
os.symlink fails in this case.
Is there a way to force to link?