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

Adding File System Functions #108

Merged
merged 1 commit into from
Nov 17, 2015
Merged

Adding File System Functions #108

merged 1 commit into from
Nov 17, 2015

Conversation

coltonmercurio
Copy link
Contributor

Implementation of the changes discussed in:
#23

s-macke added a commit that referenced this pull request Nov 17, 2015
Adding File System Functions
@s-macke s-macke merged commit 8455327 into s-macke:master Nov 17, 2015
@s-macke
Copy link
Owner

s-macke commented Nov 17, 2015

Thanks for the new features.
When you remove a file you should just unlink the file. This way it is still accessible in case someone has still opened it in Linux. I should also add a open counter and only completely remove the file when it is zero.

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

Successfully merging this pull request may close these issues.

2 participants