Appearance
string Console.GetCurrentDirectory()
Gets the current directory of the Maxnet terminal
string - The directory string
string
using Console; // This puts the current directory path in the variable. string directoryPath = Console.GetCurrentDirectory();