Addon library: Difference between revisions

From TotalcmdWiki
Jump to navigation Jump to search
mNo edit summary
 
(Added backlink)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
TCUtils - A C++ utility class which currently provides the following functions:
==TCUtils==
A C++ utility class which currently provides the following functions:
* Change the current directory
* Change the current directory
* send a user command
* send a user command
Line 5: Line 6:


[[TCUtils.h]]
[[TCUtils.h]]
{{backlink|Developer's corner|Developer's corner}}

Latest revision as of 23:04, 23 March 2021

TCUtils

A C++ utility class which currently provides the following functions:

  • Change the current directory
  • send a user command

TCUtils.cpp

TCUtils.h


Back to Developer's corner