Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Code Block | ||
---|---|---|
| ||
import java.io.File;
import org.joget.commons.util.FileManager
String path = "2dcd27eb-c0a80050-32ea05d3-608d46dd/test.txt";
//Get the file from temporary folder
File file = FileManager.getFileByPath(path); |
...