Question
renameTo move file questions
I tried to use the following to rename and move a flv file to a diffrent folder but it doesn't work.....I tried several combinations but can't seem to figure out how to do it.....could you give me some examples plz.
fileObject3 = new File("streams/"+insID+"/"+stream+".flv");
fileObject3.renameTo("streams"/"adName"/"+adName+".flv");
