System32 Function 11 (0Bh) - Create New File

Description
Whenever a new file needs to be created, use this function.
Input

AL

11

EDI

Pointer to the new Filename

ECX

Amount of sectors to reserve
Output

AL

0 if successfull, > 0 if error
Errorcodes

ECX

Need to look this up !!!
Notes
The new file is filled with zero's, but it can be filled with something else later...
The filename must be passed in the 'FilenameFormat'
Development Status
Under heavy development...

Back