Added projects. Part 1

This commit is contained in:
alexey
2025-02-23 23:59:45 +03:00
parent d278cda22d
commit e68e781759
7 changed files with 106 additions and 5 deletions

View File

@@ -54,4 +54,12 @@ class IniConfig
[]
end
end
def get_projects_path()
unless @config["projects"]["path"].nil?
@config["projects"]["path"].to_s
else
"projects"
end
end
end