FAKE - F# Make - A DSL for build tasks and more FAKE
6.1.3

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

Fake.IO Namespace

IO namespace contains tasks to interact file system

Type/Module Description

ChangeWatcher

This module contains helpers to react to file system events.

Directory

Contains helpers which allow to interact with the directory in file system.

DirectoryInfo

Contains tasks to interact with DirectoryInfo

File

Contains helpers which allow to interact with the file system.

FileChange

Capture file change operation, see FileStatus

FileFilter

Contains filters for files

FileInfo

Contains tasks to interact with FileInfo

FileStatus

The state of the file

FileSystemInfo

Contains tasks to interact with FileSystemInfo

FileSystemOperators

Defines custom operators for manipulating files and directories in a file system

GlobbingPattern

Contains tasks to interact with file system using glob patterns

GlobbingPatternExtensions

Contains extensions for glob pattern module.

IGlobbingPattern

The glob pattern type

Path

Contains helper function which allow to deal with files and directories.

Shell

Shell-like functions. Similar to Ruby's FileUtils.

Templates

Contains basic templating functions. Used in other helpers.

Zip

This module contains helper function to create and extract zip archives.