if I have a string like some/unknown/amount/of/sub/folder/file.txt
how can I get only the the file.txt
sub string, remove the front part, while the length is unknown.
thank you
EDIT: file name could be any length, and sub folders could be any levels.