The plugin part NSURL
Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics,
classes,
interfaces,
controls,
modules,
global methods by category,
global methods by name,
screenshots,
licenses
and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
The plugin part MBS MacBase Plugin:NSURL:
Partly Console safe,
249 entry points.
- class NSURLMBS
- method isEqual(other as NSURLMBS) as boolean
- method Items(VisibleItemsOnly as boolean = false) as NSURLMBS()
- method Items(byref error as NSErrorMBS, VisibleItemsOnly as boolean = false) as NSURLMBS()
- method TagNames as string()
- method pathComponents as string()
- method URLByStandardizingPath as NSURLMBS
- method URLByResolvingSymlinksInPath as NSURLMBS
- method URLByDeletingPathExtension as NSURLMBS
- method URLByDeletingLastPathComponent as NSURLMBS
- method URLByAppendingPathComponent(pathComponent as string) as NSURLMBS
- method URLByAppendingPathComponent(pathComponent as string, isDirectory as boolean) as NSURLMBS
- method URLByAppendingPathExtension(PathExtension as string) as NSURLMBS
- method startAccessingSecurityScopedResource as boolean
- method stopAccessingSecurityScopedResource
- method setTemporaryResourceValue(value as variant, key as string)
- method removeAllCachedResourceValues
- method removeCachedResourceValueForKey(key as string)
- method setResourceValues(keyedValues as Dictionary, byref error as NSErrorMBS) as boolean
- method setResourceValue(value as variant, key as string, byref error as NSErrorMBS) as boolean
- method resourceValuesForKeys(keys() as string, byref error as NSErrorMBS) as Dictionary
- method getResourceValue(byref value as variant, key as string, byref error as NSErrorMBS) as boolean
- method checkResourceIsReachableAndReturnError as NSErrorMBS
- method copy as NSURLMBS
- method Constructor(item as folderitem)
- method Constructor(url as string)
- method Constructor(url as string, baseURL as NSURLMBS)
- method Constructor(scheme as string, host as string, path as string)
- method resourceValuesForKeys(keys() as string, targetDelegate as ResourceValuesForKeysDelegateMBS, tag as variant = nil, PrecacheIcons as boolean = false)
- property IsUbiquitousItem as Boolean
- property UbiquitousItemHasUnresolvedConflicts as Boolean
- property UbiquitousItemIsDownloaded as Boolean
- property UbiquitousItemIsDownloading as Boolean
- property UbiquitousItemIsUploaded as Boolean
- property UbiquitousItemIsUploading as Boolean
- property UbiquitousItemDownloadRequested as Boolean
- property UbiquitousItemIsExcludedFromSync as Boolean
- property UbiquitousItemIsShared as Boolean
- property UbiquitousItemDownloadingStatus as String
- property UbiquitousItemContainerDisplayName as String
- property UbiquitousItemDownloadingError as NSErrorMBS
- property UbiquitousItemUploadingError as NSErrorMBS
- property TypeIdentifier as String
- property LocalizedTypeDescription as String
- property LocalizedLabel as String
- property FileResourceIdentifier as String
- property VolumeIdentifier as String
- property GenerationIdentifier as String
- property DocumentIdentifier as String
- property FileResourceType as String
- property IsReadable as Boolean
- property IsWritable as Boolean
- property IsExecutable as Boolean
- property IsExcludedFromBackup as Boolean
- property IsMountTrigger as Boolean
- property PreferredIOBlockSize as Integer
- property LabelNumber as Integer
- property LinkCount as Integer
- property AddedToDirectoryDate as Date
- property CreationDate as Date
- property ContentAccessDate as Date
- property ContentModificationDate as Date
- property AttributeModificationDate as Date
- property QuarantineProperties as Dictionary
- property LabelColor as Variant
- property EffectiveIcon as Variant
- property ParentDirectoryURL as NSURLMBS
- property VolumeURL as NSURLMBS
- property Name as String
- property LocalizedName as String
- property IsDirectory as Boolean
- property IsRegularFile as Boolean
- property IsSymbolicLink as Boolean
- property IsVolume as Boolean
- property IsPackage as Boolean
- property IsSystemImmutable as Boolean
- property IsUserImmutable as Boolean
- property IsHidden as Boolean
- property HasHiddenExtension as Boolean
- property IsAlias as Boolean
- property Handle as Integer
- property Item as FolderItem
- property isFileURL as Boolean
- property isFileReferenceURL as Boolean
- property lastPathComponent as String
- property pathExtension as String
- property absoluteString as String
- property relativeString as String
- property scheme as String
- property resourceSpecifier as String
- property host as String
- property user as String
- property password as String
- property path as String
- property fragment as String
- property parameterString as String
- property query as String
- property relativePath as String
- property fileSystemRepresentation as String
- property port as Integer
- property baseURL as NSURLMBS
- property absoluteURL as NSURLMBS
- property standardizedURL as NSURLMBS
- property fileReferenceURL as NSURLMBS
- property filePathURL as NSURLMBS
- property AddedToDirectoryDateTime as DateTime
- property CreationDateTime as DateTime
- property ContentAccessDateTime as DateTime
- property ContentModificationDateTime as DateTime
- property AttributeModificationDateTime as DateTime
- shared method mountedVolumeURLs(SkipHidden as boolean = true) as NSURLMBS()
- shared method fileURLWithPathComponents(components() as string) as NSURLMBS
- shared method NSURLFileScheme as string
- shared method NSURLKeysOfUnsetValuesKey as string
- shared method fileURLWithFileSystemRepresentation(path as string, isDirectory as boolean, relativeToURL as NSURLMBS) as NSURLMBS
- shared method fileURLWithPath(path as string, isDirectory as boolean) as NSURLMBS
- shared method fileURLWithPath(path as string) as NSURLMBS
- shared method URLWithString(URL as string) as NSURLMBS
- shared method URLWithString(URL as string, baseURL as NSURLMBS) as NSURLMBS
- shared method URLWithItem(Item as FolderItem) as NSURLMBS
- shared method URLWithHandle(Handle as Integer) as NSURLMBS
- shared method NSURLNameKey as string
- shared method NSURLLocalizedNameKey as string
- shared method NSURLIsRegularFileKey as string
- shared method NSURLIsDirectoryKey as string
- shared method NSURLIsSymbolicLinkKey as string
- shared method NSURLIsVolumeKey as string
- shared method NSURLIsPackageKey as string
- shared method NSURLIsSystemImmutableKey as string
- shared method NSURLIsUserImmutableKey as string
- shared method NSURLIsHiddenKey as string
- shared method NSURLHasHiddenExtensionKey as string
- shared method NSURLCreationDateKey as string
- shared method NSURLContentAccessDateKey as string
- shared method NSURLContentModificationDateKey as string
- shared method NSURLAttributeModificationDateKey as string
- shared method NSURLLinkCountKey as string
- shared method NSURLParentDirectoryURLKey as string
- shared method NSURLVolumeURLKey as string
- shared method NSURLTypeIdentifierKey as string
- shared method NSURLLocalizedTypeDescriptionKey as string
- shared method NSURLLabelNumberKey as string
- shared method NSURLLabelColorKey as string
- shared method NSURLLocalizedLabelKey as string
- shared method NSURLEffectiveIconKey as string
- shared method NSURLCustomIconKey as string
- shared method NSURLFileResourceIdentifierKey as string
- shared method NSURLVolumeIdentifierKey as string
- shared method NSURLPreferredIOBlockSizeKey as string
- shared method NSURLIsReadableKey as string
- shared method NSURLIsWritableKey as string
- shared method NSURLIsExecutableKey as string
- shared method NSURLFileSecurityKey as string
- shared method NSURLIsExcludedFromBackupKey as string
- shared method NSURLTagNamesKey as string
- shared method NSURLPathKey as string
- shared method NSURLIsMountTriggerKey as string
- shared method NSURLGenerationIdentifierKey as string
- shared method NSURLDocumentIdentifierKey as string
- shared method NSURLAddedToDirectoryDateKey as string
- shared method NSURLQuarantinePropertiesKey as string
- shared method NSURLFileResourceTypeKey as string
- shared method NSURLFileResourceTypeNamedPipe as string
- shared method NSURLFileResourceTypeCharacterSpecial as string
- shared method NSURLFileResourceTypeDirectory as string
- shared method NSURLFileResourceTypeBlockSpecial as string
- shared method NSURLFileResourceTypeRegular as string
- shared method NSURLFileResourceTypeSymbolicLink as string
- shared method NSURLFileResourceTypeSocket as string
- shared method NSURLFileResourceTypeUnknown as string
- shared method NSURLThumbnailDictionaryKey as string
- shared method NSURLThumbnailKey as string
- shared method NSThumbnail1024x1024SizeKey as string
- shared method NSURLFileSizeKey as string
- shared method NSURLFileAllocatedSizeKey as string
- shared method NSURLTotalFileSizeKey as string
- shared method NSURLTotalFileAllocatedSizeKey as string
- shared method NSURLIsAliasFileKey as string
- shared method NSURLVolumeLocalizedFormatDescriptionKey as string
- shared method NSURLVolumeTotalCapacityKey as string
- shared method NSURLVolumeAvailableCapacityKey as string
- shared method NSURLVolumeResourceCountKey as string
- shared method NSURLVolumeSupportsPersistentIDsKey as string
- shared method NSURLVolumeSupportsSymbolicLinksKey as string
- shared method NSURLVolumeSupportsHardLinksKey as string
- shared method NSURLVolumeSupportsJournalingKey as string
- shared method NSURLVolumeIsJournalingKey as string
- shared method NSURLVolumeSupportsSparseFilesKey as string
- shared method NSURLVolumeSupportsZeroRunsKey as string
- shared method NSURLVolumeSupportsCaseSensitiveNamesKey as string
- shared method NSURLVolumeSupportsCasePreservedNamesKey as string
- shared method NSURLVolumeSupportsRootDirectoryDatesKey as string
- shared method NSURLVolumeSupportsVolumeSizesKey as string
- shared method NSURLVolumeSupportsRenamingKey as string
- shared method NSURLVolumeSupportsAdvisoryFileLockingKey as string
- shared method NSURLVolumeSupportsExtendedSecurityKey as string
- shared method NSURLVolumeIsBrowsableKey as string
- shared method NSURLVolumeMaximumFileSizeKey as string
- shared method NSURLVolumeIsEjectableKey as string
- shared method NSURLVolumeIsRemovableKey as string
- shared method NSURLVolumeIsInternalKey as string
- shared method NSURLVolumeIsAutomountedKey as string
- shared method NSURLVolumeIsLocalKey as string
- shared method NSURLVolumeIsReadOnlyKey as string
- shared method NSURLVolumeCreationDateKey as string
- shared method NSURLVolumeURLForRemountingKey as string
- shared method NSURLVolumeUUIDStringKey as string
- shared method NSURLVolumeNameKey as string
- shared method NSURLVolumeLocalizedNameKey as string
- shared method NSURLIsUbiquitousItemKey as string
- shared method NSURLUbiquitousItemHasUnresolvedConflictsKey as string
- shared method NSURLUbiquitousItemIsDownloadedKey as string
- shared method NSURLUbiquitousItemIsDownloadingKey as string
- shared method NSURLUbiquitousItemIsUploadedKey as string
- shared method NSURLUbiquitousItemIsUploadingKey as string
- shared method NSURLUbiquitousItemPercentDownloadedKey as string
- shared method NSURLUbiquitousItemPercentUploadedKey as string
- shared method NSURLUbiquitousItemDownloadingStatusKey as string
- shared method NSURLUbiquitousItemDownloadingErrorKey as string
- shared method NSURLUbiquitousItemUploadingErrorKey as string
- shared method NSURLUbiquitousItemDownloadRequestedKey as string
- shared method NSURLUbiquitousItemContainerDisplayNameKey as string
- shared method NSURLUbiquitousItemDownloadingStatusNotDownloaded as string
- shared method NSURLUbiquitousItemDownloadingStatusDownloaded as string
- shared method NSURLUbiquitousItemDownloadingStatusCurrent as string
- shared method NSURLUbiquitousItemIsExcludedFromSyncKey as string
- shared method NSURLVolumeIsEncryptedKey as string
- shared method NSURLVolumeIsRootFileSystemKey as string
- shared method NSURLVolumeSupportsCompressionKey as string
- shared method NSURLVolumeSupportsFileCloningKey as string
- shared method NSURLVolumeSupportsSwapRenamingKey as string
- shared method NSURLVolumeSupportsExclusiveRenamingKey as string
- shared method NSURLVolumeSupportsImmutableFilesKey as string
- shared method NSURLVolumeSupportsAccessPermissionsKey as string
- shared method NSURLVolumeSupportsFileProtectionKey as string
- shared method NSURLUbiquitousItemIsSharedKey as string
- shared method NSURLUbiquitousSharedItemCurrentUserRoleKey as string
- shared method NSURLUbiquitousSharedItemCurrentUserPermissionsKey as string
- shared method NSURLUbiquitousSharedItemOwnerNameComponentsKey as string
- shared method NSURLUbiquitousSharedItemMostRecentEditorNameComponentsKey as string
- shared method NSURLUbiquitousSharedItemRoleOwner as string
- shared method NSURLUbiquitousSharedItemRoleParticipant as string
- shared method NSURLUbiquitousSharedItemPermissionsReadOnly as string
- shared method NSURLUbiquitousSharedItemPermissionsReadWrite as string
- shared method NSURLVolumeAvailableCapacityForImportantUsageKey as string
- shared method NSURLVolumeAvailableCapacityForOpportunisticUsageKey as string
- shared method URLsResourceValuesForKeys(URLs() as NSURLMBS, keys() as string, targetDelegate as URLsResourceValuesForKeysDelegateMBS, tag as variant = nil, PrecacheIcons as boolean = false)
Blog Entries