acquire
acquire copied to clipboard
Extend method for NamedObject.from_directory_information
# TODO: Let this method generate different types of NamedObjects according to its type # Idealy they each handle their own behaviour themselves, and clean up after themselves. # NOTE: this does require some additional methods to get added, such as maybe open, close, and details(?) # Then it would also be nice to have a contextmanager that handles the open and closing of the object.