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

Method GetPrettyFilename

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

The script's file name without path

Source from the content-addressed store, hash-verified

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.
157 virtual std::string GetName() const=0;
158 /// A short description of the script

Callers 1

SetScriptInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected