---
title: fromPath
framework: installer_js
role: pseudoSymbol
path: installer_js/ioregistry/1812172-frompath
---

# fromPath

Returns a dictionary with the properties of a given IOKit object.

## Declaration

```data
fromPath(filePath)
```

## Parameters

- `filePath`: String with the path of the desired IOKit object.

## See Also

### Accessing the IOKit Registry

- [matchingClass](installer_js/ioregistry/1812186-matchingclass.md)
- [matchingName](installer_js/ioregistry/1812200-matchingname.md)
- [childrenOf](installer_js/ioregistry/1812215-childrenof.md)
- [parentsOf](installer_js/ioregistry/1812225-parentsof.md)

### Related Documentation

- [Installer JS](installer_js.md)
