about summary refs log tree commit diff
path: root/src/base/system.h
diff options
context:
space:
mode:
authorChoupom <andycootlapin@hotmail.fr>2010-09-12 13:15:59 +0200
committeroy <Tom_Adams@web.de>2010-09-16 12:28:10 +0200
commit582763bc2148138e7da310268b58fdde4e6a6c43 (patch)
tree2841e299e5f6c5a7b5ca14295b5fc79987afae72 /src/base/system.h
parentc52ee7baa9b4bf5845b2eeff63b4f6b713341c86 (diff)
downloadzcatch-582763bc2148138e7da310268b58fdde4e6a6c43.tar.gz
zcatch-582763bc2148138e7da310268b58fdde4e6a6c43.zip
made folders in editor (#80)
Diffstat (limited to 'src/base/system.h')
-rw-r--r--src/base/system.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/base/system.h b/src/base/system.h
index 1b4d52aa..c9d25260 100644
--- a/src/base/system.h
+++ b/src/base/system.h
@@ -945,6 +945,16 @@ int fs_is_dir(const char *path);
 int fs_chdir(const char *path);
 
 /*
+	Function: fs_parent_dir
+		Get the parent directory of a directory
+	
+	Parameters:
+		path - The directory
+		buffer - Buffer to set the parent folder
+*/
+void fs_parent_dir(const char *path, char *buffer);
+
+/*
 	Group: Undocumented
 */