Haiku API Bindings
StorageKit
Not logged in

Documentation | StorageKit

SYNOPSIS

Perl

use HaikuR1::StorageKit;

Python

from HaikuR1.StorageKit import *

DESCRIPTION

Acts as the entry point for the classes and submodules in the Storage Kit.

If you are interested in attributes, then the class you want is Node.

For more information on the Storage Kit, see the Be Book introduction and the Haiku Book introduction.

CLASSES AND SUBMODULES

CONSTANTS

Limits

Perl

use HaikuR1::StorageKit qw(:limits)

Python

Python does not support export tags.

Node flavor

Perl

use HaikuR1::StorageKit qw(:node_flavor)

Python

Python does not support export tags.

Open modes

Perl

use HaikuR1::StorageKit qw(:open_modes)

Python

Python does not support export tags.