Rename
Rename file.
Last updated
Was this helpful?
Rename file.
Task version: 1.1.0
Required Frends version: 5.5+
Required .NET version: 6.0
Compatible Agents: Crossplatform
Path : String
Full path to the file to be renamed.
Default: "c:\temp\foo.txt"
Example: c:\root\folder\example.txt
NewFileName : String
The new filename including extension
Default: "bar.txt"
Example: newName.txt
UseGivenUserCredentialsForRemoteConnections : Boolean
If set, allows you to give the user credentials to use to delete files on remote hosts.
If not set, the agent service user credentials will be used.
Note: This feature is only possible with Windows agents.
Default: False
Example: true
UserName : String
This needs to be of format domain\username
Default: "domain\username"
Example: domain\username
🗝Password : String
Password for the used credentials.
Default: -
Example: testpwd
RenameBehaviour : RenameBehaviour
How the file write should work if a file with the new name already exists
Possible values:
Rename: How the file write should work if a file with the new name already exists
Overwrite: How the file write should work if a file with the new name already exists
Throw: How the file write should work if a file with the new name already exists
Default: 2
Example: WriteBehaviour.Throw
Path : String
Full path to the file.
Example: c:\temp\foo.txt
Changelog for Task Frends.Files.Rename.
Update packages Microsoft.Extensions.FileSystemGlobbing 7.0.0 -> 9.0.3 System.ComponentModel.Annotations 4.7.0 -> 5.0.0 System.DirectoryServices 7.0.0 -> 8.0.0 coverlet.collector 3.1.0 -> 6.0.4 Microsoft.NET.Test.Sdk 16.6.1 -> 17.13.0 MSTest.TestAdapter 2.2.7 -> 3.8.3 MSTest.TestFramework 2.2.8 -> 3.8.3 nunit 3.12.0 -> 4.3.2 NUnit3TestAdapter 3.17.0 -> 5.0.0
Initial implementation
Last updated
Was this helpful?
Was this helpful?

