Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration can be found here

FileSystemOperators

Functions and values

Function or valueDescription
( @@ ) path1 path2
Signature: path1:string -> path2:string -> string

Combines two path strings using Path.Combine. Trims leading slashes of the right operand. This makes "/test" @@ "/sub" return /test/sub

( </> ) path1 path2
Signature: path1:string -> path2:string -> string

Combines two path strings using Path.Combine