---
title: textFileBusy
framework: system
role: symbol
role_heading: Type Property
path: system/errno/textfilebusy
---

# textFileBusy

Text file busy.

## Declaration

```swift
static var textFileBusy: Errno { get }
```

## Mentioned in

Adopting Swift Error Constants

## Discussion

Discussion The new process was a pure procedure (shared text) file, which was already open for writing by another process, or while the pure procedure file was being executed, an open call requested write access. The corresponding C error is ETXTBSY.

## See Also

### File and Directory Errors

- [attributeNotFound](system/errno/attributenotfound.md)
- [badFileDescriptor](system/errno/badfiledescriptor.md)
- [fileExists](system/errno/fileexists.md)
- [fileTooLarge](system/errno/filetoolarge.md)
- [improperLink](system/errno/improperlink.md)
- [isDirectory](system/errno/isdirectory.md)
- [noLocks](system/errno/nolocks.md)
- [noSuchFileOrDirectory](system/errno/nosuchfileordirectory.md)
- [notDirectory](system/errno/notdirectory.md)
- [permissionDenied](system/errno/permissiondenied.md)
