---
title: "noteFileSystemChanged(_:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nsworkspace/notefilesystemchanged(_:)"
---

# noteFileSystemChanged(_:)

Informs the workspace object that the file system changed at the specified path.

## Declaration

```swift
func noteFileSystemChanged(_ path: String)
```

## Parameters

- `path`: The full path that changed.

## Discussion

Discussion Avoid calling this method if possible. If you want to track changes to files and directories, use the FSEvents API described in FSEvents. The NSWorkspace object uses this method to track changes to all the files and directories in which it is interested.
