---
title: requestingExecutable
framework: fileprovider
role: symbol
role_heading: Instance Property
path: fileprovider/nsfileproviderrequest/requestingexecutable
---

# requestingExecutable

The URL of the requesting executable.

## Declaration

```swift
var requestingExecutable: URL? { get }
```

## Discussion

Discussion This property is nil unless the device has a Mobile Device Management (MDM) profile, and the profile’s administrator installed the file provider’s app using the MDM profile.

## See Also

### Accessing Application Information

- [domainVersion](fileprovider/nsfileproviderrequest/domainversion.md)
- [isFileViewerRequest](fileprovider/nsfileproviderrequest/isfileviewerrequest.md)
- [isSystemRequest](fileprovider/nsfileproviderrequest/issystemrequest.md)
