Files and Directories

File objects, directory objects, standard streams, path inspection, reads, writes, permissions, and traversal.

Subcategories

dir Object 16file Object 34

Reference Pages

dir

Creates a directory object.

dir->each

dir->each is a member in the dir Object group; call it on the receiver shown before the arrow.

dir->eachDir

dir->eachDir is a member in the dir Object group; call it on the receiver shown before the arrow.

dir->eachDirPathRecursive

dir->eachDirPathRecursive is a member in the dir Object group; call it on the receiver shown before the arrow.

dir->eachFile

dir->eachFile is a member in the dir Object group; call it on the receiver shown before the arrow.

dir->eachFilePathRecursive

dir->eachFilePathRecursive is a member in the dir Object group; call it on the receiver shown before the arrow.

dir->eachPathRecursive

dir->eachPathRecursive is a member in the dir Object group; call it on the receiver shown before the arrow.

file

Creates a file object.

file->chown

file->chown is a member in the file Object group; call it on the receiver shown before the arrow.

file->encoding

file->encoding is a member in the file Object group; call it on the receiver shown before the arrow.

file->forEach

file->forEach is a member in the file Object group; call it on the receiver shown before the arrow.

file->forEachLine

file->forEachLine is a member in the file Object group; call it on the receiver shown before the arrow.

file->lastAccessDate

file->lastAccessDate is a member in the file Object group; call it on the receiver shown before the arrow.

file->lastAccessTime

file->lastAccessTime is a member in the file Object group; call it on the receiver shown before the arrow.

file->linkTo

file->linkTo is a member in the file Object group; call it on the receiver shown before the arrow.

file->marker

file->marker is a member in the file Object group; call it on the receiver shown before the arrow.

file->modificationDate

file->modificationDate is a member in the file Object group; call it on the receiver shown before the arrow.

file->modificationTime

file->modificationTime is a member in the file Object group; call it on the receiver shown before the arrow.

file->openAppend

file->openAppend is a member in the file Object group; call it on the receiver shown before the arrow.

file->openTruncate

file->openTruncate is a member in the file Object group; call it on the receiver shown before the arrow.

file->openWriteOnly

file->openWriteOnly is a member in the file Object group; call it on the receiver shown before the arrow.

file->parentDir

file->parentDir is a member in the file Object group; call it on the receiver shown before the arrow.

file->perms

file->perms is a member in the file Object group; call it on the receiver shown before the arrow.