FileData

Available since LÖVE 0.7.0
This class is not supported in earlier versions.

Data representing the contents of a file.

Functions

FileData:getExtensionGets the extension of the FileData.
FileData:getFilenameGets the filename of the FileData.
Data:cloneCreates a new copy of the Data object.
Data:getFFIPointerGets an FFI pointer to the Data.
Data:getPointerGets a pointer to the Data.
Data:getSizeGets the Data's size in bytes.
Data:getStringGets the full Data as a string.

Supertypes

Data

See Also

Other Languages