Revision 44408 trunk/org.gvsig.desktop/org.gvsig.desktop.library/org.gvsig.expressionevaluator/org.gvsig.expressionevaluator.lib/org.gvsig.expressionevaluator.lib.impl/src/main/java/org/gvsig/expressionevaluator/impl/function/foldersmanager/UniqueTemporaryFileFunction.java

View differences:

UniqueTemporaryFileFunction.java
19 19
            "Return a unique file with the specified relative path to the temporary folder.\n" +
20 20
            "The base name of the file is modified to be unique.\n" +
21 21
            "The file will be deleted when the application exits.\n" +
22
            "  "+NAME+"('folder','name.txt')\n",
22
            "  "+NAME+"('folder','name.txt')\n" +
23 23
            "For this call, the return value will have the form:\n" +
24
            "   <PATH>/folder/name-<HEX1>-<HEX2>.txt" +
24
            "   {PATH}/folder/name-{HEX1}-{HEX2}.txt",
25 25
            NAME+"({{pathComponents...}})", 
26 26
            new String[] {
27 27
                "pathComponents - relative pathname"

Also available in: Unified diff