file_name=file_path.split(\'\\\')
gives me an error because \' is to represent a single quote in python. I wantto split a file name using single bac