Hello again, i am having a difficult time with StringRegExpReplace, i want to convert File Path to File name
Here is a piece of code from my project
$locationOfFile = FileOpenDialog("Select Document", @DocumentsCommonDir, "Word File (*.docx)", $FD_FILEMUSTEXIST + $FD_PATHMUSTEXIST)
$nameOfFile = StringRegExpReplace($locationOfFile, )
I can understand how to set the pattern....
Thanks again for the help!