Add fs::error for when disk is full

This commit is contained in:
MSuih 2020-05-02 09:04:05 +03:00 committed by Ivan
parent 2b69a68ef6
commit b18dcd7660
2 changed files with 4 additions and 0 deletions

View file

@ -516,6 +516,7 @@ namespace fs
readonly,
isdir,
toolong,
nospace,
unknown
};