Implement Writer for file contents.
Some aspects, such as better reporting of file bigger or smaller than expected is needed, but all situations are handled propertly.
This commit is contained in:
@ -17,6 +17,8 @@
|
||||
|
||||
/** File cannot be added to image (ignored) */
|
||||
#define LIBISO_FILE_IGNORED 0x00030100
|
||||
/** File cannot be writing to image (ignored) */
|
||||
#define LIBISO_FILE_CANT_WRITE 0x00030101
|
||||
|
||||
/** Can't read file (ignored) */
|
||||
#define LIBISO_CANT_READ_FILE 0x00031001
|
||||
|
Reference in New Issue
Block a user