Platforms to show: All Mac Windows Linux Cross-Platform

Back to DarwinChmodMBS class.

DarwinChmodMBS.blocks as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Files MBS MacCF Plugin 3.1 ✅ Yes ❌ No ❌ No ✅ Yes All
Number of blocks allocated for the file.

The actual number of blocks allocated for the file in 512-byte units. As short symbolic links are stored in the inode, this number may be zero.

Set by the stat and lstat function if it was successfull.
(Read and Write property)

Some examples using this property:

DarwinChmodMBS.blocksize as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Files MBS MacCF Plugin 3.1 ✅ Yes ❌ No ❌ No ✅ Yes All
The optimal I/O block size for the file.

Set by the stat and lstat function if it was successfull.
(Read and Write property)

DarwinChmodMBS.dev as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Files MBS MacCF Plugin 3.1 ✅ Yes ❌ No ❌ No ✅ Yes All
The device inode where the file resides on.

Set by the stat and lstat function if it was successfull.
(Read and Write property)

DarwinChmodMBS.flags as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Files MBS MacCF Plugin 3.1 ✅ Yes ❌ No ❌ No ✅ Yes All
User defined flags for the file.

Set by the stat and lstat function if it was successfull.
(Read and Write property)

DarwinChmodMBS.gen as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Files MBS MacCF Plugin 3.1 ✅ Yes ❌ No ❌ No ✅ Yes All
The file generation number.

Set by the stat and lstat function if it was successfull.
(Read and Write property)

DarwinChmodMBS.gid as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Files MBS MacCF Plugin 3.1 ✅ Yes ❌ No ❌ No ✅ Yes All
The group-id of the owner of the file.

Set by the stat and lstat function if it was successfull.
(Read and Write property)

DarwinChmodMBS.ino as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Files MBS MacCF Plugin 3.1 ✅ Yes ❌ No ❌ No ✅ Yes All
The inode's number of the file.

Set by the stat and lstat function if it was successfull.
(Read and Write property)

DarwinChmodMBS.mode as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Files MBS MacCF Plugin 3.1 ✅ Yes ❌ No ❌ No ✅ Yes All
The inode protection mode of the file.

Set by the stat and lstat function if it was successfull.

Some Constants:

ISUID0004000set user id on execution
ISGID0002000set group id on execution
ISTXT0001000sticky bit
IRWXU0000700RWX mask for owner
IRUSR0000400R for owner
IWUSR0000200W for owner
IXUSR0000100X for owner
IRWXG0000070RWX mask for group
IRGRP0000040R for group
IWGRP0000020W for group
IXGRP0000010X for group
IRWXO0000007RWX mask for other
IROTH0000004R for other
IWOTH0000002W for other
IXOTH0000001X for other
(Read and Write property)

DarwinChmodMBS.nlink as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Files MBS MacCF Plugin 3.1 ✅ Yes ❌ No ❌ No ✅ Yes All
The number or hard links to the file.

Set by the stat and lstat function if it was successfull.
(Read and Write property)

DarwinChmodMBS.rdev as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Files MBS MacCF Plugin 3.1 ✅ Yes ❌ No ❌ No ✅ Yes All
The device type, for special file inode.

Set by the stat and lstat function if it was successfull.
(Read and Write property)

DarwinChmodMBS.size as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Files MBS MacCF Plugin 3.1 ✅ Yes ❌ No ❌ No ✅ Yes All
The file size, in bytes.

Set by the stat and lstat function if it was successfull.
(Read and Write property)

DarwinChmodMBS.uid as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Files MBS MacCF Plugin 3.1 ✅ Yes ❌ No ❌ No ✅ Yes All
The user-id of the owner of the file.

Set by the stat and lstat function if it was successfull.
(Read and Write property)

The items on this page are in the following plugins: MBS MacCF Plugin.


The biggest plugin in space...