I need to apply the CheckWhetherFileExists function and the MoveOrRenameFile function to file names that contain a forward slash ("/"), i.e. a forward slash is part of the file name. The function CheckWhetherFileExists is not handling paths that involve such file names correctly. I presume that it i...