---
title: builtInPlugInsPath
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/bundle/builtinpluginspath
---

# builtInPlugInsPath

The full pathname of the receiver’s subdirectory containing plug-ins.

## Declaration

```swift
var builtInPlugInsPath: String? { get }
```

## Discussion

Discussion This is the appropriate path for modern application and framework bundles. This may not be a path for non-standard bundle formats or for some older bundle formats.

## See Also

### Getting the standard bundle directories

- [resourceURL](foundation/bundle/resourceurl.md)
- [executableURL](foundation/bundle/executableurl.md)
- [privateFrameworksURL](foundation/bundle/privateframeworksurl.md)
- [sharedFrameworksURL](foundation/bundle/sharedframeworksurl.md)
- [builtInPlugInsURL](foundation/bundle/builtinpluginsurl.md)
- [url(forAuxiliaryExecutable:)](foundation/bundle/url(forauxiliaryexecutable:).md)
- [sharedSupportURL](foundation/bundle/sharedsupporturl.md)
- [appStoreReceiptURL](foundation/bundle/appstorereceipturl.md)
- [resourcePath](foundation/bundle/resourcepath.md)
- [executablePath](foundation/bundle/executablepath.md)
- [privateFrameworksPath](foundation/bundle/privateframeworkspath.md)
- [sharedFrameworksPath](foundation/bundle/sharedframeworkspath.md)
- [path(forAuxiliaryExecutable:)](foundation/bundle/path(forauxiliaryexecutable:).md)
- [sharedSupportPath](foundation/bundle/sharedsupportpath.md)
