From 7e61bffe5f313599423ad3cf88b0e44329de7dd2 Mon Sep 17 00:00:00 2001 From: jussi Date: Sat, 10 Dec 2022 18:47:45 +0200 Subject: RL_GetFileLength. --- API.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'API.md') 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' ) -- cgit v1.2.3