constant STREAM_WRAPPERS_HIDDEN

Stream wrapper type flag -- not visible in the UI or accessible via web, but readable and writable. E.g. the temporary directory for uploads.

1 use of STREAM_WRAPPERS_HIDDEN
file.inc in drupal/core/includes/file.inc
API for handling file uploads and server file management.

File

drupal/core/includes/file.inc, line 54
API for handling file uploads and server file management.

Code

define('STREAM_WRAPPERS_HIDDEN', STREAM_WRAPPERS_READ | STREAM_WRAPPERS_WRITE);