11 lines
102 B
C++
11 lines
102 B
C++
#pragma once
|
|
|
|
#include "../std/string.hpp"
|
|
|
|
|
|
namespace fs
|
|
{
|
|
|
|
bool DeleteFile(string const & path);
|
|
|
|
}
|