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
- table Table containing the split string.
- countLines(file)Source
Count the number of lines in the file.
Parameters
- file string File to count the lines of.
Returns
- number lines Amount of lines in the file.
- loadGrpLines(file, output)Source
Load a
.skgrp
file 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 string Path to the folder or file.
Returns
- number size Size of the folder or file.