Variable Location.file
Filename (including path)
Declaration
struct Location
{
// ...
string file;
// ...
}
Filename (including path)
struct Location
{
// ...
string file;
// ...
}