This repository was archived by the owner on Apr 28, 2025. It is now read-only.
Releases: TheMaster1127/HT-plus-plus
Releases · TheMaster1127/HT-plus-plus
1.0.5
1.0.4
Release Notes
-
FileCreateDir and FileRemoveDir: Added commands to create and remove directories, respectively. These commands handle directory creation and removal silently, without error messages if the directory already exists or does not exist.
-
FileExist: New command to check if a file or directory exists at a specified path. Returns
Trueif the path exists andFalseif it does not. -
isWindows: New command to check if the current operating system is Windows. Returns
Trueif the OS is Windows andFalseotherwise. -
Updated documentation to include new functions and commands:
-
Documentation available here.
1.0.3
- Fixed some bugs
1.0.2
1.0.1
1.0.0
HT++ Version 1.0.0 Release
Welcome to the first official release of HT++
Documentation
Please refer to our official documentation for detailed information on using HT++ and its features.