Hi there
One of the lines of my code is as follows
var objTestFile=x.OpenTextFile(strDir, ForReading,false);
What this does is opens a temp file within a shared folder and performs the required task.
For some strange reason, if i include a space in the name of the shared folder. For ex: "Test this please" instead of TestThisPlease,
The script fails to work.
Can anyone please advice what's the issue with this
regards
One of the lines of my code is as follows
var objTestFile=x.OpenTextFile(strDir, ForReading,false);
What this does is opens a temp file within a shared folder and performs the required task.
For some strange reason, if i include a space in the name of the shared folder. For ex: "Test this please" instead of TestThisPlease,
The script fails to work.
Can anyone please advice what's the issue with this
regards