hi, my application will run on windows, and my file separator should be \ in order for my application to run properly, i need to code as: String file_str = "C:\\My_folder my_file.ppt"; but, the problem is the actual file_str is previously saved to database when i choose the required file from file chooser. so, when i retrieve it from database, it'll ...