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
- AppFileInfo
- Directory
- Entry
- EntryList
- File
- FilePanel
- FindDirectory
- Mime
- MimeType
- Node
- NodeInfo
- Node Monitor
- Path
- Query
- RefFilter
- Resources
- Statable
- Volume
- VolumeRoster
CONSTANTS
Limits
Perl
use HaikuR1::StorageKit qw(:limits)
Python
Python does not support export tags.
- B_DEV_NAME_LENGTH
- B_FILE_NAME_LENGTH
- B_PATH_NAME_LENGTH
- B_ATTR_NAME_LENGTH
- B_MIME_TYPE_LENGTH
- B_MAX_SYMLINKS
Node flavor
Perl
use HaikuR1::StorageKit qw(:node_flavor)
Python
Python does not support export tags.
- B_FILE_NODE
- B_SYMLINK_NODE
- B_DIRECTORY_NODE
- B_ANY_NODE
Open modes
Perl
use HaikuR1::StorageKit qw(:open_modes)
Python
Python does not support export tags.
- B_READ_ONLY
- B_WRITE_ONLY
- B_READ_WRITE
- B_FAIL_IF_EXISTS
- B_CREATE_FILE
- B_ERASE_FILE
- B_OPEN_AT_END