Skip to content

CTRLCutter/CTRL-IOHandler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CTRL-IOHandler

A project which contains file IO-Handling helpers for the CTRLCutter project.

Usage

When using the file writing capabilities to the autostart folder you have to use the following arguments in that order.

  • a - Should the file content be appended to the file or should a fresh file be created. True => Append, False => New File.
  • p - The complete absolute file path of the referenced file.
  • c - The file content which should be used for file writing. The file content should be in a way so the spaces are formatted with the following characters. "%-%" Line breaks should be formatted in the following way. "%-n-%"

About

A project which contains file IO-Handling helpers for the CTRLCutter project.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages