Question #252495 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252495
RaiMan proposed the following answer: @Ivo yes these are Windows path's. Deep down in Java a file always shows forward slashes. you might even see: /C:/Sikuli/libs The "correct" use of backslashes in Java is only visible at the surface (e.g. a string specifying a file path) Java will "understand" every mix of forward and backward slashes, as long as the file path can be mapped on the current system to a valid path. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

