12#ifndef ARCANE_CORE_IDIRECTORY_H
13#define ARCANE_CORE_IDIRECTORY_H
Arcane configuration file.
Interface of a class managing a directory.
virtual bool createDirectory() const =0
Creates the directory.
virtual String file(const String &file_name) const =0
Returns the full path of the file file_name in the directory.
virtual ~IDirectory()=default
Frees the resources.
virtual String path() const =0
Returns the path of the directory.
Unicode character string.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --