Hi, ALL, Is there a way to get a file name only from the complete path that is represented by string? Something like, e.g.: "test.doc", out of "C:\Texts\test.doc". Problem is I need to keep the original file name, and thought that there is an easy way than just tokenize it or looking for the "." symbol.... Thank you.