New question #272590 on Sikuli:
https://answers.launchpad.net/sikuli/+question/272590

Now I use this method:
        public static String getPathFor(String file) {
                return ClassLoader.getSystemResource(file).getPath().toString()
                                .substring(1);
        }
        
But this method looking only in the directory classpath and does not look for 
in a subfolder.

-- 
You received this question notification because your team Sikuli Drivers
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

Reply via email to