Get filename of model

Hi all,
Is there a way to have the filename of the data.stl loaded (like for the name ‘model.GetName()’)?
Thanks in advance!

Yes, something like:

s = getNode(‘Model’)
s.GetStorageNode().GetFileName()

Thanks for your quick reply Steve.