<div dir="ltr"><div>I have a bunch of XML data I import to a filePro database (5.6.10R4) on CentOS 7</div><div><br></div><div>Several of the fields are names of files that have been uploaded to the same server</div><div><br></div><div>We get silly client that like to name their files something like:</div><div>T01245.John.Smith_Statement.Oct2019.pdf</div><div><br></div><div>Through my code I come up with my own naming convention and I do a system call to a script that renames the file - but it doesn't seem to work on file names that have several '.' in them</div><div><br></div><div>I pass dd=chr("34"){name of the existing file name{chr("34") but that doesn't seem to work</div><div>dc=chr("34"){name I am changing file to{chr("34")</div><div><br></div><div>system "/path/to/my/script.sh"<dc<dd  (which is a script that simply does a mv in the directory the files are located)</div><div><br></div><div>Wouldn't filepro be passing quotes "  in this instance so Linux wouldn't then care if the name of the file had multiple '.' in it?   It works as designed for any file names that don't have multiple '.' in them...</div><div><br></div><div>thanks</div><div><br></div><div>Scott</div></div>