This repository has been archived on 2025-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
travelguide/env/file_system.hpp
2013-08-05 03:10:18 +03:00

11 lines
102 B
C++

#pragma once
#include "../std/string.hpp"
namespace fs
{
bool DeleteFile(string const & path);
}