Python Forum

Full Version: like os.renames but doing a link?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
has anyone ever seen a function that makes links the same way as os.renames() does a rename? i want to have a complete suite of functions where there is no need to make directories in the main logic of a script. if i create such a suite, it would include lots of things that create a file. imagine an open function that creates parent directors to make the given path viable.