> ISPO SDK documentation. [HTML](https://ispo.ai/docs/interfaces/core.ExternalFolderEntry.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Interface ExternalFolderEntry

```typescript
interface ExternalFolderEntry {
    kind: "file" | "directory";
    name: string;
    path: string;
}
```

Types: [kind](#kind), [name](#name), [path](#path)

##### Index

### <a id="properties"></a>Properties

[kind](#kind) [name](#name) [path](#path)

## <a id="properties-1"></a>Properties

### <a id="kind"></a>kind

```typescript
kind: "file" | "directory"
```

### <a id="name"></a>name

```typescript
name: string
```

Basename.

### <a id="path"></a>path

```typescript
path: string
```

Slot-relative path, POSIX-separated. Never absolute.
