Function Node.filename

When a scene is instanced from a file, its topmost node contains the filename from which it was loaded.

String filename() nothrow @property @nogc;

void filename (
  String v
) nothrow @property @nogc;