Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Improve Filesystem and Files traits #5

Open
RatCornu opened this issue Jan 8, 2024 · 0 comments · May be fixed by #21
Open

Improve Filesystem and Files traits #5

RatCornu opened this issue Jan 8, 2024 · 0 comments · May be fixed by #21
Assignees
Labels
enhancement New feature or request

Comments

@RatCornu
Copy link
Owner

RatCornu commented Jan 8, 2024

Currently, the FileSystem, File, Directory, ... traits does not all support all basic write operations: it is necessary to add

  • add/remove a file in a directory;
  • set the stored path in a symbolic link;
  • truncate a regular file;
  • copy/move/rename a file;
  • set file's permissions;
  • ...
@RatCornu RatCornu added the enhancement New feature or request label Jan 8, 2024
@RatCornu RatCornu self-assigned this Jan 8, 2024
@RatCornu RatCornu changed the title Improved Filesystem and Files trait Improve Filesystem and Files traits Jan 8, 2024
@RatCornu RatCornu linked a pull request Jan 25, 2024 that will close this issue
@RatCornu RatCornu linked a pull request Jan 25, 2024 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant