Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPSFileBasedExplorerFolder.FindFolderByFullQualifiedDirName(string) Method

Finds the child folder specified by its full-qualified name.

#Declaration

Delphi
function FindFolderByFullQualifiedDirName(const AFullQualifiedDirName: string): TdxPSFileBasedExplorerFolder;

#Parameters

Name Type
AFullQualifiedDirName string

#Returns

Type
TdxPSFileBasedExplorerFolder

#Remarks

Use the FindFolderByFullQualifiedDirName method to obtain an object representing the child folder with the specified full-qualified name. The name should be passed as the AFullQualifiedDirName parameter, if the path specified doesn’t point to an existing child folder, the method returns nil.

Note that you can alternatively use the explorer component’s FindFolderByFullQualifiedDirName method. This method enables you to obtain the root folder’s child.

See Also