Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 441 Bytes

GetFileSysTask.md

File metadata and controls

27 lines (16 loc) · 441 Bytes

NAME

GetFileSysTask -- Returns the default filesystem for the process (V36)

SYNOPSIS

    port = GetFileSysTask()
    D0

    struct MsgPort *GetFileSysTask(void)

Links: MsgPort

FUNCTION

Returns the default filesystem task's port (pr_FileSystemTask) for the current process.

RESULT port - The pr_MsgPort of the filesystem, or NULL.

SEE ALSO

SetFileSysTask, Open