I know there are already couple of questions asked but these are not solving my requirements. I need to hide a folder using java. up-till now everything is working fine as I am using Runtime.getRuntime().exec("mv Folder1 .Folder1"); in java but now I am unable to find the solution that how can I hide the folder which has spaces in name.
Note:
moving folders in linux is something different. e.g.
mv My\ New\ Folder My\ Custom\ Folder
I am using ubuntu.