public Actions(robotControl _UR, string file) { UR = _UR; fileName = file; txt = new StreamWriter($"Path//{file}", false); }