Category: Strings
Back to System Functions
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")