file
Deprecated
Use sUtils.
The file library is a deprecated library that loaded .skgrp files, it has been assimilated into sUtils
| split(inputstr, sep) | Split a string by it's separator. |
|---|---|
| countLines(file) | Count the number of lines in the file. |
| loadGrpLines(file, output) | Load a .skgrp file onto the screen. |
| loadAppGraphics(file, file, name) | loadAppGraphics is a function that was supposed to load icons in certain places, but was never finished and does not function. |
| loadApps(settingsFile) | |
| getSize(path) | Recursively get the size of a folder. |
- split(inputstr, sep)Source
Split a string by it's separator.
Parameters
Returns
tableTable containing the split string.
- countLines(file)Source
Count the number of lines in the file.
Parameters
- file
stringFile to count the lines of.
Returns
numberlines Amount of lines in the file.
- file
- loadGrpLines(file, output)Source
Load a
.skgrpfile onto the screen.Parameters
- loadAppGraphics(file, file, name)Source
loadAppGraphics is a function that was supposed to load icons in certain places, but was never finished and does not function.
Parameters
- loadApps(settingsFile)Source
Parameters
- settingsFile
- getSize(path)Source
Recursively get the size of a folder.
Parameters
- path
stringPath to the folder or file.
Returns
numbersize Size of the folder or file.
- path