.findf CLC ; Clear the C flag to pass to rentry to indicate that we ; should search the disk catalog for an existing file BCC rentry ; Jump to rentry to find the file (this BCC is ; effectively a JMP as we just cleared the C flagName: findf [Show more] Type: Subroutine Category: Save and load Summary: Search the disk catalog for an existing fileContext: See this subroutine in context in the source code References: This subroutine is called as follows: * LoadFile calls findf
Returns: C flag The result of the search: * Clear = file found * Set = file not found
[X]
Subroutine rentry (category: Save and load)
Search the disk catalog for an existing file or an empty file entry