I'm looking for an efficient way to get the current .blend file name, in a python script.
I know how to get its path, with bpy.path.abspath('//'), but it returns only the current path, without the file name. I'm sure it's possible, but I can't find out how.