07-29-2016 05:54 AM
How do I get the derectory from a filepath?
Eg.: c:\Users\mko\Documents\test\data.txt
should give me the directory
c:\Users\mko\Documents\test\
Solved! Go to Solution.
07-29-2016 05:53 AM
How do I get the derectory from a filepath?
Eg.: c:\Users\mko\Documents\test\data.txt
should give me the directory
c:\Users\mko\Documents\test\
07-29-2016 06:03 AM - edited 07-29-2016 06:12 AM
Did you try Strip Path primitive?
For your case use 2 strip path primitives one after the other
07-29-2016 06:09 AM
07-29-2016 06:11 AM
When I replied I guess I saw the expected path was "c:\Users\mko\Documents".
Yeah you are right using one strip path is sufficient
07-29-2016 06:11 AM - edited 07-29-2016 06:14 AM
07-29-2016 06:14 AM
07-29-2016 06:23 AM
Just what I wanted 🙂