Page MenuHomeFeedback Tracker

REQUEST: WriteFile function to print raw data in file
New, UrgentPublic

Description

It's would be really good for us, to have a WriteFile function to be able to print any raw data we want inside a file.

Currently it's only possible to read raw data but not write raw data. I see something like this :

/**
Writes raw data from file.
\param value data
\param length Length of value in bytes
\returns false if write failed
*/
proto bool WriteFile(FileHandle file, void value, int length);

That's could be really useful to write NUL char into a file, and be able to save an image from enscript side. So I can share some images between players from in-game, don't need any 3rd application.

Details

Severity
Feature
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
General

Event Timeline

NiiRoZz created this task.Aug 23 2019, 12:39 PM
NiiRoZz updated the task description. (Show Details)Aug 25 2019, 10:53 AM
NiiRoZz updated the task description. (Show Details)Aug 26 2019, 11:23 AM
NiiRoZz renamed this task from Add WriteFile function to print raw data in file to REQUEST: WriteFile function to print raw data in file.Aug 26 2019, 11:59 AM