System
fileName
schemas.system.fileName().getValue() // 'academy.png'
schemas.system.fileName().getValue({ ext: 'gif' }) // 'academy_button_school.gif'
Argument | Description |
---|---|
ext | Extension of the file |
mimeType
schemas.system.mimeType().getValue() // 'video/mpeg'
fileExt
schemas.system.fileExt().getValue() // 'mp4'
directoryPath
schemas.system.directoryPath().getValue() // 'user/files/videos'
filePath
schemas.system.filePath().getValue() // 'user/files/videos/academy.mp4'