I've been trying to get the Record element to save to a network path e.g.
\\IP\C$\Folder but that fails and it fails because the path is not a directory.. I sanity checked myself with the following code: File f = new File(\\\\IP\\C$\\Folder); and executing f.isDirectory() Which returns "true" every time (replace IP with an actual IP of course). Anyone know if it's possible to get the Record element to save the file to a network path? Thanks! -Ryan