OpenMake Meister

getJEscaped()

This method translates a file into a Java-escaped form appropriate for a response file for the modern javac compiler.  Gets the fully qualified file name with the "\" translated into "\\".

 

     Example:

 

     c:\work\hello.cpp would be c:\\work\\hello.cpp