---
title: fileURL
framework: automator
role: symbol
role_heading: Instance Property
path: automator/amworkflow/fileurl
---

# fileURL

A URL that specifies the location of the workflow file.

## Declaration

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

## Return Value

Return Value URL that specifies the location of the workflow file.

## See Also

### Getting Information About a Workflow

- [actions](automator/amworkflow/actions.md)
- [valueForVariable(withName:)](automator/amworkflow/valueforvariable(withname:).md)
