From 51d32bca77dbf3c3bd062746ea6264d117ebc6c6 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Fri, 22 Aug 2014 07:21:12 -0700 Subject: [PATCH] Clarify return value commit on RemoveFile --- plugins/include/files.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/files.inc b/plugins/include/files.inc index beee0fc3..34e772f2 100644 --- a/plugins/include/files.inc +++ b/plugins/include/files.inc @@ -159,7 +159,7 @@ native Handle:OpenFile(const String:file[], const String:mode[], bool:use_valve_ * search path, rather than solely files existing directly * in the gamedir. * @param valve_path_id If use_valve_fs, a search path from gameinfo or NULL_STRING for all search paths. - * @return True on success, false otherwise. + * @return True on success, false on failure or if file not immediately removed. */ native bool:DeleteFile(const String:path[], bool:use_valve_fs=false, const String:valve_path_id[]="DEFAULT_WRITE_PATH");