jxa-types
Preparing search index...
foundation
NSFileManager
Interface NSFileManager
interface
NSFileManager
{
js
:
object
;
attributesOfItemAtPathError
(
path
:
string
|
NSString
,
error
:
RefType
<
NSError
>
|
null
,
)
:
NSDictionary
<
NSString
,
NSString
>
;
contentsOfDirectoryAtPathError
(
path
:
string
|
NSString
,
error
:
RefType
<
NSError
>
|
null
,
)
:
NSArray
<
NSString
>
;
fileExistsAtPath
(
path
:
string
|
NSString
)
:
boolean
;
getProperty
(
key
:
string
)
:
any
;
isNil
()
:
boolean
;
setProperty
(
key
:
string
,
value
:
any
)
:
any
;
}
Hierarchy (
View Summary
)
BridgedObject
<
IdType
>
NSFileManager
Index
Properties
js
Methods
attributes
Of
Item
At
Path
Error
contents
Of
Directory
At
Path
Error
file
Exists
At
Path
get
Property
is
Nil
set
Property
Properties
js
js
:
object
Methods
attributes
Of
Item
At
Path
Error
attributesOfItemAtPathError
(
path
:
string
|
NSString
,
error
:
RefType
<
NSError
>
|
null
,
)
:
NSDictionary
<
NSString
,
NSString
>
Parameters
path
:
string
|
NSString
error
:
RefType
<
NSError
>
|
null
Returns
NSDictionary
<
NSString
,
NSString
>
contents
Of
Directory
At
Path
Error
contentsOfDirectoryAtPathError
(
path
:
string
|
NSString
,
error
:
RefType
<
NSError
>
|
null
,
)
:
NSArray
<
NSString
>
Parameters
path
:
string
|
NSString
error
:
RefType
<
NSError
>
|
null
Returns
NSArray
<
NSString
>
file
Exists
At
Path
fileExistsAtPath
(
path
:
string
|
NSString
)
:
boolean
Parameters
path
:
string
|
NSString
Returns
boolean
get
Property
getProperty
(
key
:
string
)
:
any
Parameters
key
:
string
Returns
any
is
Nil
isNil
()
:
boolean
Returns
boolean
set
Property
setProperty
(
key
:
string
,
value
:
any
)
:
any
Parameters
key
:
string
value
:
any
Returns
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
js
Methods
attributes
Of
Item
At
Path
Error
contents
Of
Directory
At
Path
Error
file
Exists
At
Path
get
Property
is
Nil
set
Property
jxa-types
Loading...