Built-In
Contains functionality related to file operations.
General
File |
Gets a file path from string. |
Copy
CopyFile |
Copies an existing file to a new file, providing the option to specify a new file name. |
CopyFiles |
Copies all files matching the provided pattern to a new location. |
CopyFiles |
Copies all files matching the provided pattern to a new location. |
CopyFiles |
Copies existing files to a new location. |
CopyFiles |
Copies existing files to a new location. |
CopyFiles |
Copies existing files to a new location. |
CopyFiles |
Copies existing files to a new location. |
CopyFileToDirectory |
Copies an existing file to a new location. |
Delete
DeleteFile |
Deletes the specified file. |
DeleteFiles |
Deletes the specified files. |
DeleteFiles |
Deletes the specified files. |
Exists
FileExists |
Determines whether the given path refers to an existing file. |
FileSize |
Gets the size of a file in bytes. |
Move
MoveFile |
Moves an existing file to a new location, providing the option to specify a new file name. |
MoveFiles |
Moves existing files matching the specified pattern to a new location. |
MoveFiles |
Moves existing files to a new location. |
MoveFileToDirectory |
Moves an existing file to a new location. |
Path
Expand |
Expands all environment variables in the provided FilePath .
|
MakeAbsolute |
Makes the path absolute (if relative) using the current working directory. |
Cake.Putty 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.Putty.
Contains functionality for working with Plink. Contains functionality for working with PSCP. Aliases for Putty.
General
Plink Alias from Cake.Putty addin |
Invokes Plink using given settings. |
Plink Alias from Cake.Putty addin |
Invokes Plink without settings |
Pscp Alias from Cake.Putty addin |
Invokes Pscp with a single from argument and settings. |
Pscp Alias from Cake.Putty addin |
Invokes Pscp with a single from argument. |
Pscp Alias from Cake.Putty addin |
Invokes Pscp with array of from arguments. |
Pscp Alias from Cake.Putty addin |
Invokes Pscp with array of from arguments without settings.. |