12#ifndef ARCANE_CORE_DIRECTORY_H
13#define ARCANE_CORE_DIRECTORY_H
17#include "arcane/utils/String.h"
19#include "arcane/core/IDirectory.h"
34class ARCANE_CORE_EXPORT Directory
39 Directory() =
default;
41 Directory(
const Directory& directory);
48 Directory& operator=(
const Directory& from);
String file(const String &file_name) const override
Returns the full path of the file file_name in the directory.
bool createDirectory() const override
Creates the directory.
String path() const override
Returns the path of the directory.
Interface of a class managing a directory.
Unicode character string.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --