Changeset 32603 in project
- Timestamp:
- 07/16/15 20:46:36 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/eggref/4/byte-blob
r32387 r32603 158 158 ==== I/O 159 159 160 <procedure>(file->byte-blob FILENAME ) => BYTE-BLOB</procedure>160 <procedure>(file->byte-blob FILENAME [MODE]) => BYTE-BLOB</procedure> 161 161 162 162 Returns a byte-blob with the contents of the given file. 163 164 {{MODE}} is an optional argument that can be one of {{#:text}} or 165 {{#:binary}} to specify text or binary mode on Windows. 163 166 164 167 <procedure>(byte-blob-read PORT N) => BYTE-BLOB</procedure> … … 192 195 === Version History 193 196 197 * 1.18 Added optional mode argument to file->byte-blob (thanks to dthedens) 194 198 * 1.17 Added documentation for byte-blob->blob procedure (reported by retroj) 195 199 * 1.16 Remove files created by unit tests (thanks to mario)
Note: See TracChangeset
for help on using the changeset viewer.