RobotNet/RobotNet.Script.Shares/RenameModel.cs
2025-10-15 15:15:53 +07:00

4 lines
94 B
C#

namespace RobotNet.Script.Shares;
public record RenameModel(string Path, string NewName);