What is the rational behind forbidding that imaginary files be renamed?I tried this with an ordinary local-file. And beside the fact, that the local file cant be renamed as it isnt existent, VFS successfully passes the request down to the LocalFile implementation.
FileObject fo = VFS.getManager().resolveFile("/home/im/tmp/imag.txt");
System.err.println(fo.getType().getName());
fo.moveTo(VFS.getManager().resolveFile("/home/im/tmp/imag2.txt"));
System.err.println(fo.getType().getName());
Could you please debug in more detail which method prevents your operation.
BTW: Why would you like to rename a imaginary file? Even if they live in an RamFS there is no need to call them imaginary, but also use Folder and File.
--- Mario
smime.p7s
Description: S/MIME Cryptographic Signature
