---
title: "Is Directory"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/os/isdirectory
markdown: https://docs.nodetool.ai/nodes/lib/os/isdirectory.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/os/isdirectory.md
---

# Is Directory

**Type:** `lib.os.IsDirectory`

**Namespace:** `lib.os`

## Description

Check if path is a directory.
    files, metadata, type

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| path | `str` | Path to check | `` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `bool` |  |

## Related Nodes

Browse other nodes in the [lib.os](./) namespace.
