Add + use text file util

This commit is contained in:
Vortrex
2022-10-15 17:11:35 -05:00
parent bf353c10aa
commit 9c8593e833
5 changed files with 22 additions and 20 deletions

View File

@@ -1481,4 +1481,10 @@ function shutdownServer() {
server.shutdown();
}
// ===========================================================================
function getContentsOfTextFile(filePath) {
return loadTextFile(filePath);
}
// ===========================================================================