MCPcopy Create free account
hub / github.com/TypesettingTools/Aegisub / GetFilename

Method GetFilename

src/auto4_base.h:153–153  ·  view source on GitHub ↗

The script's file name with path

Source from the content-addressed store, hash-verified

151
152 /// The script's file name with path
153 agi::fs::path GetFilename() const { return filename; }
154 /// The script's file name without path
155 agi::fs::path GetPrettyFilename() const { return filename.filename(); }
156 /// The script's name. Not required to be unique.

Callers 4

has_fileFunction · 0.80
OnInfoMethod · 0.80
SaveLoadedListMethod · 0.80
LuaIncludeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected