FherStk / AutoCheck

Multipurpose and extensible automated assignment validator, designed for academic purposes only, which has been developed using C# over .NET 6.0.

Home Page:https://fherstk.github.io/AutoCheck/html/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CURRENT_PATH enviroment var

FherStk opened this issue · comments

commented

The current CURRENT_FOLDER path, which gives the current working folder path will be moved to CURRENT_PATH and CURRENT_FOLDER will give just the folder name, not the entire path.

commented
  • CURRENT_TARGET has been removed.
  • CURRENT_FILE has been split into CURRENT_FILE_NAME and CURRENT_FILE_PATH
  • CURRENT_FOLDER has been split into CURRENT_FOLDER_NAME and CURRENT_FOLDER_PATH
  • EXECUTION_FOLDER has been split into EXECUTION_FOLDER_NAME and EXECUTION_FOLDER_PATH
  • APP_FOLDER has been split into APP_FOLDER_NAME and APP_FOLDER_PATH
  • LOG_FOLDER has been split into LOG_FOLDER_NAME and LOG_FOLDER_PATH
  • LOG_NAME has been split into LOG_FILE_NAME and LOG_FILE_PATH