How to return file path without the filename c:\folder1\folder2\folder3?
Pass in c:\folder1\folder2\folder3\abc.txt
Want to return c:\folder1\folder2\folder3
Any code sample or function module?