I have files that are named in the following fashion:
ABC_123_456.txt
I want to capture the entire name LESS the “.txt”. How can I do this?
I know it will require string manipulation but can’t quite get it together.
I have files that are named in the following fashion:
ABC_123_456.txt
I want to capture the entire name LESS the “.txt”. How can I do this?
I know it will require string manipulation but can’t quite get it together.
Notifications