summaryrefslogtreecommitdiffstats
path: root/source/core/slang-io.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/slang-io.h')
-rw-r--r--source/core/slang-io.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/core/slang-io.h b/source/core/slang-io.h
index 64ec11c5a..4fa921662 100644
--- a/source/core/slang-io.h
+++ b/source/core/slang-io.h
@@ -15,6 +15,7 @@ namespace Slang
static Slang::String readAllText(const Slang::String& fileName);
static Slang::List<unsigned char> readAllBytes(const Slang::String& fileName);
static void writeAllText(const Slang::String& fileName, const Slang::String& text);
+ static SlangResult remove(const String& fileName);
};
class Path