Platforms to show: All Mac Windows Linux Cross-Platform

Back to CURLNFileInfoMBS class.

CURLNFileInfoMBS.Date as Date

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 15.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The timstamp as a date object.

As of plugin version 15.2 the CURL library does not parse the timestamp.
So for some timestamp formats we have code in our plugin to do the parsing from the TimeString property.
But this is limited. No seconds and the year is a guess. Files newer in the year than today are from last year and other files from current year. The server doesn't provide year details.
(Read only property)

CURLNFileInfoMBS.DateTime as DateTime

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 20.5 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The timstamp as a date object.

As of plugin version 20.5 the CURL library does not parse the timestamp.
So for some timestamp formats we have code in our plugin to do the parsing from the TimeString property.
But this is limited. No seconds and the year is a guess. Files newer in the year than today are from last year and other files from current year. The server doesn't provide year details.
(Read only property)

CURLNFileInfoMBS.FileName as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 15.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The file name.

(Read only property)

CURLNFileInfoMBS.FileType as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 15.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The file type.

(Read only property)

CURLNFileInfoMBS.Flags as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 15.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The flags.

Flags define which fields are set.
Also you can just use the Has properties for same information.
(Read only property)

CURLNFileInfoMBS.GID as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 15.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The group ID.

(Read only property)

CURLNFileInfoMBS.GroupString as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 15.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The group string.

(Read only property)

CURLNFileInfoMBS.HardLinks as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 15.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The hard link count.

(Read only property)

CURLNFileInfoMBS.HasFileName as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 15.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
True if filename property is valid.

(Read only property)

CURLNFileInfoMBS.HasFileType as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 15.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
True if filetype property is valid.

(Read only property)

CURLNFileInfoMBS.HasGID as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 15.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
True if GID property is valid.

(Read only property)

CURLNFileInfoMBS.HasHardLinks as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 15.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
True if hardlinks property is valid.

(Read only property)

CURLNFileInfoMBS.HasPermissions as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 15.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
True if permissions property is valid.

(Read only property)

CURLNFileInfoMBS.HasSize as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 15.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
True if size property is valid.

(Read only property)

CURLNFileInfoMBS.HasTime as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 15.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
True if time and date properties have values.

(Read only property)

CURLNFileInfoMBS.HasUID as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 15.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
True if UID field has a value.

(Read only property)

CURLNFileInfoMBS.IsDirectory as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 15.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
True if entry is a directory.

Same as FileType = FileTypeDirectory.
(Read only property)

CURLNFileInfoMBS.IsFile as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 15.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
True if entry is a regular file.

Same as FileType = FileTypeFile.
(Read only property)

CURLNFileInfoMBS.Permissions as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 15.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The permission value.

(Read only property)

CURLNFileInfoMBS.PermissionString as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 15.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The permission string.

(Read only property)

CURLNFileInfoMBS.Size as Int64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 15.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The file size.

(Read only property)

CURLNFileInfoMBS.Target as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 15.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The target for a symlink.

(Read only property)

CURLNFileInfoMBS.Time as Int64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 15.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The time value.

(Read only property)

CURLNFileInfoMBS.TimeString as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 15.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The time string parsed.

(Read only property)

CURLNFileInfoMBS.UID as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 15.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The user ID.

(Read only property)

CURLNFileInfoMBS.UserString as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 15.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The user ID as text.

(Read only property)

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


The biggest plugin in space...