From 035345f13d2da9eced87a426a671d3bc4df392b5 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Wed, 26 Jan 2011 00:40:33 +0200 Subject: Map deletion button --- src/filesys.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/filesys.h') diff --git a/src/filesys.h b/src/filesys.h index 6dbc426a5..e46b17b0d 100644 --- a/src/filesys.h +++ b/src/filesys.h @@ -40,6 +40,12 @@ bool CreateDir(std::string path); bool PathExists(std::string path); +// Only pass full paths to this one. True on success. +bool RecursiveDelete(std::string path); + +// Only pass full paths to this one. True on success. +bool RecursiveDeleteContent(std::string path); + }//fs #endif -- cgit v1.2.3