Sha256: 60d9135979bf3a185eeaf5d6fe7e787e66e1460798a2a739aaebbf6e7e903d5d

Contents?: true

Size: 734 Bytes

Versions: 25

Compression:

Stored size: 734 Bytes

Contents

module Sys
  class Filesystem
    module Constants
      MAXPATH = 260

      CASE_SENSITIVE_SEARCH      = 0x00000001
      CASE_PRESERVED_NAMES       = 0x00000002
      UNICODE_ON_DISK            = 0x00000004
      PERSISTENT_ACLS            = 0x00000008
      FILE_COMPRESSION           = 0x00000010
      VOLUME_QUOTAS              = 0x00000020
      SUPPORTS_SPARSE_FILES      = 0x00000040
      SUPPORTS_REPARSE_POINTS    = 0x00000080
      SUPPORTS_REMOTE_STORAGE    = 0x00000100
      VOLUME_IS_COMPRESSED       = 0x00008000
      SUPPORTS_OBJECT_IDS        = 0x00010000
      SUPPORTS_ENCRYPTION        = 0x00020000
      NAMED_STREAMS              = 0x00040000
      READ_ONLY_VOLUME           = 0x00080000
    end
  end
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
sys-filesystem-1.5.3 lib/sys/windows/sys/filesystem/constants.rb
sys-filesystem-1.5.2 lib/sys/windows/sys/filesystem/constants.rb
sys-filesystem-1.5.1 lib/sys/windows/sys/filesystem/constants.rb
sys-filesystem-1.5.0 lib/sys/windows/sys/filesystem/constants.rb
sys-filesystem-1.4.4 lib/sys/windows/sys/filesystem/constants.rb
sys-filesystem-1.4.3 lib/sys/windows/sys/filesystem/constants.rb
sys-filesystem-1.4.2 lib/sys/windows/sys/filesystem/constants.rb
sys-filesystem-1.4.1 lib/sys/windows/sys/filesystem/constants.rb
sys-filesystem-1.4.0 lib/sys/windows/sys/filesystem/constants.rb
sys-filesystem-1.3.4 lib/sys/windows/sys/filesystem/constants.rb
sys-filesystem-1.3.3 lib/sys/windows/sys/filesystem/constants.rb
sys-filesystem-1.3.2 lib/sys/windows/sys/filesystem/constants.rb
sys-filesystem-1.3.1 lib/sys/windows/sys/filesystem/constants.rb
sys-filesystem-1.3.0 lib/sys/windows/sys/filesystem/constants.rb
sys-filesystem-1.2.0 lib/sys/windows/sys/filesystem/constants.rb
sys-filesystem-1.1.9 lib/sys/windows/sys/filesystem/constants.rb
sys-filesystem-1.1.8 lib/sys/windows/sys/filesystem/constants.rb
sys-filesystem-1.1.7 lib/sys/windows/sys/filesystem/constants.rb
sys-filesystem-1.1.6 lib/sys/windows/sys/filesystem/constants.rb
sys-filesystem-1.1.5 lib/sys/windows/sys/filesystem/constants.rb