No description provided.
Get the file extension of the given path. Includes the dot e.g. .txt. Returns empty string if file has no extension.
.txt
File path e.g. models/player/player.obj
models/player/player.obj
File extension include the dot (e.g. .obj), or empty string if path has no extension.
.obj
No description provided.