In Files

    • dir.c
    • file.c

    Class/Module Index [+]

    Quicksearch
    No matching classes.

    File::Constants

    provides file-related constants. All possible file constants are listed in the documentation but they may not all be present on your platform.

    If the underlying platform doesn't define a constant the corresponding Ruby constant is not defined.

    Your platform documentations (e.g. man open(2)) may describe more detailed information.

    Constants

    append on each write

    disable line code conversion

    create file if it does not exist

    Try to minimize cache effects of the I/O to and from this file.

    any write operation perform synchronously except some meta data

    error if and the file exists

    Makes patterns case insensitive (but not patterns).

    The '*' wildcard matches filenames starting with "." in and patterns

    Allows file globbing through "{a,b}" in patterns.

    Disables escapes in and patterns

    Wildcards in and patterns do not match directory separators

    Makes patterns to match short names if existing. Valid only on Microsoft Windows.

    System default case insensitiveness, equals to or 0.

    exclusive lock. see

    non-blocking lock. used with or . see

    shared lock. see

    unlock. see

    do not change atime

    not to make opened the controlling terminal device

    do not follow symlinks

    do not block on open or for data to become available

    Name of the null device

    open for reading only

    open for reading and writing

    any read operation perform synchronously. used with or .

    can delete opened file

    any write operation perform synchronously

    Create an unnamed temporary file

    truncate size to 0

    open for writing only

    This page was generated for Ruby

    is provided by and . .

    Generated with Ruby-doc Rdoc Generator 0.44.0.