I have a few files in our system that have some spaces in the path.
<stat $location> is returning file not found
<exec nobr "/usr/local/morph3/bin/anytotx" "-M" $location></exec>
$ret is empty
here is an example of $locaton = "/data/192.168.21.172/vereview/case_09_2580_PROD/binary/2b/74/native. duty btw"
What is the best way to escape the path so that stat and exec work?
<stat $location> is returning file not found
<exec nobr "/usr/local/morph3/bin/anytotx" "-M" $location></exec>
$ret is empty
here is an example of $locaton = "/data/192.168.21.172/vereview/case_09_2580_PROD/binary/2b/74/native. duty btw"
What is the best way to escape the path so that stat and exec work?