This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal


Mar 8, 2018, 8:35 AM
4 Posts

Kill command in Lotusscript faces Path/file access error with Arabic file name

  • Category: Application Development
  • Platform: Windows
  • Release: 9.0.1
  • Role: Developer
  • Tags: Kill,Delete,Unicode
  • Replies: 2

'Kill' command in Lotusscript faces " Path/file access error" when the file name contains Arabic letters.

I found this issue mentioned in older forums, but no surgical solution.

What is the best practice to deal with Kill and commands with similar behavior?

 

 

Mar 11, 2018, 3:05 PM
326 Posts
try

Writing the delete commands to a batch file and at the end of the code run the batch file using a shell command.

Mar 12, 2018, 9:21 PM
323 Posts
On UTF-16 file names, I try to use the "Shell.Application" object.

which ... =sigh=, probably doesn't work the same in 64bit, does it. smh.

That's gonna be unpleasant.


This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal