diff options
Diffstat (limited to 'API.md')
| -rw-r--r-- | API.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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' ) |
