|
Dev Essential
1.6.3
|
Go to the source code of this file.
Namespaces | |
| namespace | a_util |
| Serves as the root component, with common functionality documented in core functionality. | |
| namespace | a_util::filesystem |
| Serves as component for path and filesystem functionality. | |
Enumerations | |
| enum | a_util::filesystem::Error { a_util::filesystem::OK , a_util::filesystem::OPEN_FAILED , a_util::filesystem::GENERAL_FAILURE , a_util::filesystem::IO_ERROR , a_util::filesystem::INVALID_PATH , a_util::filesystem::ACCESS_DENIED } |
| Enumerates possible error values for filesystem interaction. More... | |
| enum | a_util::filesystem::EnumDirFlags { a_util::filesystem::ED_FILES = 0x1 , a_util::filesystem::ED_DIRECTORIES = 0x2 } |
| Enumeration for possible listings in a directory, usable in function enumDirectory() More... | |
| enum class | a_util::filesystem::DiffOptions : std::uint64_t { a_util::filesystem::none = 0 } |
Public API for filesystem functions
Copyright 2025 Digitalwerk GmbH. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.