GetLocatedPath
virtual bool GetLocatedPath(BString& _path) const;
virtual bool GetLocatedPath(BString& _path) const = 0;
virtual bool GetLocatedPath(BString& _path) const;
code->GetSourceFile()->GetLocatedPath(sourcePath);
file->GetLocatedPath(sourcePath);
if (sourceFile != NULL && !sourceFile->GetLocatedPath(sourceText))
if (imageFile == NULL || !imageFile->GetLocatedPath(filePath))
if (file->GetLocatedPath(locatedPath) && locatedPath != path) {
if (directory->GetLocatedPath(locatedDirectoryPath))
if (subDir->GetLocatedPath(locatedEntryPath))
if (parentDirectory->GetLocatedPath(locatedDirectoryPath))
if (!file->GetLocatedPath(path)) {
|| !file->GetLocatedPath(path)) {
if (!fParent->GetLocatedPath(_path))