I have string like this:
G:\Projects\TestApp\TestWeb\Files\Upload\file.jpg
How can I remove all text before “Files” (G:\Projects\TestApp\TestWeb)?
The string before files can changed, so I can’t count characters and remove them after 20 characters.
Thanks for your help 🙂
try this
Thanks for Meta-Knight’s comment,
if another “Files” can be in early part of the string then better would be..