Cake.FileHelpers addin
This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.FileHelpers.
File helper aliases. A set of aliases for Cake Build to help with simple File operations such as Reading, Writing and Replacing text.
General
FileAppendLines Alias from Cake.FileHelpers addin |
Appends all text lines to a file |
FileAppendLines Alias from Cake.FileHelpers addin |
Appends all text lines to a file |
FileAppendText Alias from Cake.FileHelpers addin |
Appends all text to a file |
FileAppendText Alias from Cake.FileHelpers addin |
Appends all text to a file |
FileReadLines Alias from Cake.FileHelpers addin |
Reads all lines from a file |
FileReadLines Alias from Cake.FileHelpers addin |
Reads all lines from a file |
FileReadText Alias from Cake.FileHelpers addin |
Reads all text from a file |
FileReadText Alias from Cake.FileHelpers addin |
Reads all text from a file |
FileTouch Alias from Cake.FileHelpers addin |
Sets the last write time of a file to the current time |
FileWriteLines Alias from Cake.FileHelpers addin |
Writes all text lines to a file |
FileWriteLines Alias from Cake.FileHelpers addin |
Writes all text lines to a file |
FileWriteText Alias from Cake.FileHelpers addin |
Writes all text to a file |
FileWriteText Alias from Cake.FileHelpers addin |
Writes all text to a file |
FindRegexInFiles Alias from Cake.FileHelpers addin |
Finds files with regular expression pattern in files matching the given globber pattern. |
FindRegexInFiles Alias from Cake.FileHelpers addin |
Finds files with regular expression pattern in files matching the given globber pattern. |
FindRegexInFiles Alias from Cake.FileHelpers addin |
Finds files with regular expression pattern in files matching the given globber pattern. |
FindRegexInFiles Alias from Cake.FileHelpers addin |
Finds files with regular expression pattern in files matching the given globber pattern. |
Find Alias from Cake.FileHelpers addin |
Finds regex matches in a file and returns all match groups. |
Find Alias from Cake.FileHelpers addin |
Finds regex matches in a file and returns all match groups. |
Find Alias from Cake.FileHelpers addin |
Finds the regex matches in a text file. |
Find Alias from Cake.FileHelpers addin |
Finds the regex matches in a text file. |
Find Alias from Cake.FileHelpers addin |
Finds the first regex match in a file and returns a specific match group. |
Find Alias from Cake.FileHelpers addin |
Finds the first regex match in a file and returns a specific match group. |
Find Alias from Cake.FileHelpers addin |
Finds the first regex match in a file and returns all match groups. |
Find Alias from Cake.FileHelpers addin |
Finds the first regex match in a file and returns all match groups. |
FindRegexMatchInFile Alias from Cake.FileHelpers addin |
Finds the first regex match in a textfile. |
FindRegexMatchInFile Alias from Cake.FileHelpers addin |
Finds the first regex match in a textfile. |
FindTextInFiles Alias from Cake.FileHelpers addin |
Finds files with the given text in files matching the given collection of files. |
FindTextInFiles Alias from Cake.FileHelpers addin |
Finds files with the given text in files matching the given collection of files. |
FindTextInFiles Alias from Cake.FileHelpers addin |
Finds files with the given text in files matching the given globber pattern. |
FindTextInFiles Alias from Cake.FileHelpers addin |
Finds files with the given text in files matching the given globber pattern. |
ReplaceRegexInFiles Alias from Cake.FileHelpers addin |
Replaces the regex pattern in files matched by the given globber pattern. |
ReplaceRegexInFiles Alias from Cake.FileHelpers addin |
Replaces the regex pattern in files matched by the given globber pattern. |
ReplaceRegexInFiles Alias from Cake.FileHelpers addin |
Replaces the regex pattern in files matched by the given globber pattern. |
ReplaceRegexInFiles Alias from Cake.FileHelpers addin |
Replaces the regex pattern in files matched by the given globber pattern. |
ReplaceTextInFiles Alias from Cake.FileHelpers addin |
Replaces the text in files matched by the given globber pattern |
ReplaceTextInFiles Alias from Cake.FileHelpers addin |
Replaces the text in files matched by the given globber pattern |