This is part of the Fake.Runtime module.
Contains basic functions for string manipulation.
Function or value | Description |
fixPathForCache scriptPath s
Signature: scriptPath:string -> s:string -> string
|
|
getCurrentDirectory()
Signature: unit -> string
|
|
normalizePath(path)
Signature: path:string -> string
Modifiers: inline
|
|
readPathFromCache scriptPath s
Signature: scriptPath:string -> s:string -> string
|
|