File utilities.
Functions and objects dedicated to file I/O and management. TODO: Move here artifacts from places such as root/ so both the frontend and the backend have access to them.
Touch a file to current date
Write a file, returning true on success.
Encapsulated management of a memory-mapped file.
See Source File common/file.d Documentation: https://dlang.org/phobos/dmd_common_file.html Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/common/file.d
Walter Bright, https://www.digitalmars.com
Copyright (C) 1999-2023 by The D Language Foundation, All Rights Reserved
Boost License 1.0
File utilities.
Functions and objects dedicated to file I/O and management. TODO: Move here artifacts from places such as root/ so both the frontend and the backend have access to them.