summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
Diffstat (limited to 'API.md')
-rw-r--r--API.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/API.md b/API.md
index f5d1473..81e365f 100644
--- a/API.md
+++ b/API.md
@@ -2003,6 +2003,15 @@ Check file extension ( Including point: .png, .wav )
---
+> length = RL_GetFileLength( string fileName )
+
+Get file length in bytes ( NOTE: GetFileSize() conflicts with windows.h )
+
+- Failure return false
+- Success return int
+
+---
+
> extension = RL_GetFileExtension( string fileName )
Get pointer to extension for a filename string ( Includes dot: '.png' )