System32 Function 10 (0Ah) - Get FileInfo
Description |
Gets information on a filename specified in EDI |
Input |
AL |
10 |
---|---|
DS:EDI |
Pointer to a Filename |
Output |
AL |
0 if Successfull, >0 is errorcode |
---|---|
EDI |
Preserved (Filename) |
DL |
Physical disk on which the file is stored |
EBX |
Datastart |
ECX |
Amount of sectors used by this file |
AH |
File Attributes |
Errorcodes |
EAX |
NEED TO LOOK THIS UP ! |
---|
Notes |
Filenames must be past in the 'FilenameFormat' |
Development Status |
Need to check errorcodes Need to check if the File Attributes are realy copied Maybe add a pointer to the filetype... |