CdSearchFileGets location and size of a CD-ROM file | |||||
Arguments
Return ValueIf the file was found on the CD-ROM, fp, the pointer to the CD-ROM file structure is returned.0 is returned if the file was not found. -1 is returned if an error occurred. ExplanationThe location of the file on the CD-ROM specified by name is obtained (in minutes, seconds, sectors) and the result is stored in the CD-ROM file structure pointed to by fp.NotesThe filename must be specified as an absolute path.When the same directory is accessed repeatedly, the file location information is cached to improve performance. |