GetSubFolder

GetSubFolder (1 of 3)

Get subfolder.

Returns: A FolderInfo object.

GetSubFolder(System::String name)
ParameterDescription
nameName of subfolder.

GetSubFolder (2 of 3)

Gets the subfolder.

Returns: A FolderInfo object.

GetSubFolder(System::String name, bool ignoreCase)
ParameterDescription
nameName of subfolder.
ignoreCaseIndicates that a search should ignore case sensitivity when matching the folder name.

GetSubFolder (3 of 3)

Retrieves a subfolder with the specified name from the current folder.

Returns: The FolderInfo representing the retrieved subfolder, or null if the subfolder is not found.

GetSubFolder(System::String name, bool ignoreCase, bool handlePathSeparator)
ParameterDescription
nameThe name of the subfolder to retrieve.
ignoreCaseSpecifies whether to perform a case-insensitive search for folders with the given name.
handlePathSeparatorSpecifies whether the specified folder name should be treated as a path if it contains backslashes.