> For the complete documentation index, see [llms.txt](https://chaoses-ib.gitbook.io/directory-opus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chaoses-ib.gitbook.io/directory-opus/manual/reference/scripting_reference/scripting_objects/smartfavorite.md).

# SmartFavorite

A **SmartFavorite** object represents an entry for a folder in the [SmartFavorites](/directory-opus/manual/basic_concepts/the_lister/navigation/smartfavorites.md) table. It is retrieved by enumerating or indexing the [**SmartFavorites**](/directory-opus/manual/reference/scripting_reference/scripting_objects/smartfavorites.md) object.

| Property Name | Return Type                                                                                         | Description                                                                                                                                     |
| ------------- | --------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| path          | *object:*[**Path**](/directory-opus/manual/reference/scripting_reference/scripting_objects/path.md) | Returns the path this entry represents, as a [**Path**](/directory-opus/manual/reference/scripting_reference/scripting_objects/path.md) object. |
| points        | *int*                                                                                               | Returns the number of points this entry has as a source folder. The point score is used by Opus to determine which folders to display.          |
| destpoints    | *int*                                                                                               | Returns the number of points this entry has as a destination folder.                                                                            |
