RL_GetFileLength.

This commit is contained in:
jussi
2022-12-10 18:47:45 +02:00
parent e1a85f898e
commit 7e61bffe5f
9 changed files with 34 additions and 5 deletions

View File

@@ -201,7 +201,7 @@ function FileExplorer:fileSelect( file )
end
function FileExplorer:openFile()
print( self.file )
print( self.file, RL_GetFileLength( self.file ) )
end
function FileExplorer:updateFiles()