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

Properly implement FS Handling #3

Open
2 of 14 tasks
BlaCoiso opened this issue Jul 27, 2018 · 0 comments
Open
2 of 14 tasks

Properly implement FS Handling #3

BlaCoiso opened this issue Jul 27, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@BlaCoiso
Copy link
Owner

Currently File System support is nearly nonexistent, supporting just checking if a file exists, find it and load the entire file into RAM.

Basic File Stuff

  • Check if a file exists
  • Load a file into RAM
  • Create new files
  • Delete existing files
  • Rename files
  • Write into an existing file
  • Get file info (size, attributes, name, creation/modification date, etc)
  • Allow a file to be opened, then allow reading/writing a slice of the file, keep an entry about the file, etc

Directory stuff

  • Support subdirectories (requires rewriting a huge part of the FS code)
  • Get current directory
  • Change current directory
  • Create new directory
  • Remove directory
  • List existing directories
@BlaCoiso BlaCoiso added the enhancement New feature or request label Dec 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant