FileName$
Category: Strings
Signature
FileName$(path As String)
Returns
String
Description
Returns the file name portion of a path, including the extension if one is present.
Example
name$ = FileName$("assets/sprites/player.png")
Category: Strings
FileName$(path As String)
String
Returns the file name portion of a path, including the extension if one is present.
name$ = FileName$("assets/sprites/player.png")