System32 Function 12 (0Ch) - File Part/Name Splitter
| Description |
| Usefull service to convert a filename to a Partition and a Name part.... |
| Input |
AL |
11 |
|---|---|
EDI |
Filename |
| Output |
EDI |
Pointer to file's partition(0-Terminated) |
|---|---|
ESI |
Pointer to file's name(0-Terminated) |
| Errorcodes |
EAX |
Need to look this up.... |
|---|
| Notes |
| The filename passed must be in the 'FilenameFormat' If the input-filename does not have a partition in it, this service returns the current partition. |
| Development Status |
| Under heavy development.... |