Overview
  Next

The FilesEx  library provides some additional file and directory information not available in Basic4PPC. It also includes some file and directory rename and move capabilities not presently provided by Basic4PPC. It will work on both device and desktop and will work on all  .NET versions. This help file documents version 1.2 of the library.


Attributes

Where attributes are returned packed into doubles these are the values, in hex and decimal, of each attribute.

ReadOnly = 1, 1

Hidden = 2, 2

System = 4, 4

  attribute 8 appears to be not allocated

Directory = 0x10, 16

Archive = 0x20, 32

Device = 0x40, 64

Normal = 0x80, 128

Temporary = 0x100, 256

SparseFile = 0x200, 512

ReparsePoint = 0x400, 1024

Compressed = 0x800, 2048

Offline = 0x1000, 4096

NotContentIndexed = 0x2000, 8192

Encrypted = 0x4000, 16384



(c) Andrew Graham - 2008