Difference between revisions of "Error Messages/46045"
(Created page with "== Error Message == :The «item» 'permissions' passed to function FileSystemListing is not a recognized item name. Should be one of: <code>'Attributes'</code>, <code>'D...") |
|||
Line 1: | Line 1: | ||
== Error Message == | == Error Message == | ||
− | :The «item» 'permissions' passed to function [[FileSystemListing]] is not a recognized item name. Should be one of: <code>'Attributes'</code>, <code>'DateCreated'</code>, <code>'DateLastAccessed'</code>, <code>'DateLastModified'</code>, <code>'Name'</code>, <code>'Size'</code>, <code>'NameWithoutExt'</code>, <code>'Extension'</code> (or <code>'Ext'</code>), <code>'IsHidden'</code>, <code>'IsReadOnly'</code>, <code>'IsSystem'</code>, <code>'IsFolder'</code>, <code>'IsArchive'</code>, <code>'IsCompressed'</code>. | + | :The «item» 'permissions' passed to function [[FileSystemListing]] is not a recognized item name. Should be one of: <code>'Attributes'</code>, <code>'DateCreated'</code>, <code>'DateLastAccessed'</code>, <code>'DateLastModified'</code>, <code>'FullPath'</code>, <code>'Name'</code>, <code>'Size'</code>, <code>'NameWithoutExt'</code>, <code>'Extension'</code> (or <code>'Ext'</code>), <code>'IsHidden'</code>, <code>'IsReadOnly'</code>, <code>'IsSystem'</code>, <code>'IsFolder'</code>, <code>'IsArchive'</code>, <code>'IsCompressed'</code>, <code>'Size'. |
== Description == | == Description == |
Latest revision as of 16:58, 26 April 2021
Error Message
- The «item» 'permissions' passed to function FileSystemListing is not a recognized item name. Should be one of:
'Attributes'
,'DateCreated'
,'DateLastAccessed'
,'DateLastModified'
,'FullPath'
,'Name'
,'Size'
,'NameWithoutExt'
,'Extension'
(or'Ext'
),'IsHidden'
,'IsReadOnly'
,'IsSystem'
,'IsFolder'
,'IsArchive'
,'IsCompressed'
,'Size'.
Description
The 2nd parameter to FileSystemListing needs to be one of the recognized enumerated options. The value specified is not a recognized value. See the documentation of FileSystemListing for a description of recognized values.
See Also
Comments
Enable comment auto-refresher