files (documentation is a work in progress)
file write stream
Parameter | Type | Description |
---|---|---|
path | String | path |
readFile
Parameter | Type | Description |
---|---|---|
path | String | path |
asyncronous | Boolean | (OPTIONAL) read file asyncronously |
writeFile
Parameter | Type | Description |
---|---|---|
path | String | path |
output | String | output |
asyncronous | Boolean | (OPTIONAL) write file asyncronously |
deleteFile
Parameter | Type | Description |
---|---|---|
path | String | path |
copyFile
Parameter | Type | Description |
---|---|---|
path | String | path |
destination | String | desination |
fileExists
Parameter | Type | Description |
---|---|---|
path | String | path |
createDirectory
Parameter | Type | Description |
---|---|---|
path | String | path |
getFileExtention
Parameter | Type | Description |
---|---|---|
path | String | path |
getFileName
Parameter | Type | Description |
---|---|---|
path | String | path |
getFileNameWithoutExtention
Parameter | Type | Description |
---|---|---|
path | String | path |
getFiles
Parameter | Type | Description |
---|---|---|
path | String | path |
path | Int | depth |
getFilePath
Parameter | Type | Description |
---|---|---|
path | String | path |
getFilePathUpDirectory
Parameter | Type | Description |
---|---|---|
path | String | path |
deleteFolder
Parameter | Type | Description |
---|---|---|
location | String | location |
renameFile
Parameter | Type | Description |
---|---|---|
path | String | path |
renameDirectory
Parameter | Type | Description |
---|---|---|
path | String | path |