sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #07989
Re: [Question #184141]: [Java] Opening a file that does not have an extension
Question #184141 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/184141
RaiMan posted a new comment:
if you want to do this in Java, you have to use the Java methods to
construct the correct path string.
The final string for the start command in Java should print out like
this:
start notepad.exe "\\sever\folder\filename"
It would be wise, to first check from a command line wether it does what
you want.
Then go back to Java, construct the command correctly and submit it from
within Java.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.