Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make File and Directory safely droppable #102

Closed
thejpster opened this issue Oct 3, 2023 · 1 comment
Closed

Make File and Directory safely droppable #102

thejpster opened this issue Oct 3, 2023 · 1 comment

Comments

@thejpster
Copy link
Member

Writing the shell example shows that using ? for error handling is very difficult if you have to manually clean up the File and Directory objects.

We should offer a RawFile which is an integer and File which holds a reference to the VolumeManager and hence stops you doing anything else whilst it exists.

And maybe once #79 is done, that restriction can be lifted.

@thejpster
Copy link
Member Author

Looked at this in #103

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant