Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
PathWatcher
IDirectory
Interface IDirectory
Index
Properties
path
realPath
symlink
Methods
contains
getBaseName
getEntries
getEntriesSync
getPath
getRealPathSync
isPathPrefixOf
relativize
subscribeToNativeChangeEvents
unsubscribeFromNativeChangeEvents
Properties
public
path
:
string
public
realPath
:
string
public
symlink
:
boolean
Methods
public
contains
(
pathToCheck
:
string
)
:
boolean
Parameters
pathToCheck:
string
Returns
boolean
public
getBaseName
(
)
:
string
Returns
string
public
getEntries
(
callback
:
Function
)
Parameters
callback:
Function
public
getEntriesSync
(
)
:
Array<any>
Returns
Array<any>
public
getPath
(
)
public
getRealPathSync
(
)
:
string
Returns
string
public
isPathPrefixOf
(
prefix
:
string
, fullPath
:
string
)
:
boolean
Parameters
prefix:
string
fullPath:
string
Returns
boolean
public
relativize
(
fullPath
:
string
)
:
string
Parameters
fullPath:
string
Returns
string
public
subscribeToNativeChangeEvents
(
)
public
unsubscribeFromNativeChangeEvents
(
)
Globals
AtomCore
Emissary
Mixto
NodeJS
PathWatcher
StatusBar
TextBuffer
assert
atom
buffer
child_process
cluster
crypto
dgram
dns
domain
emissary
events
fs
http
https
jquery
mixto
net
os
path
pathwatcher
punycode
q
querystring
readline
repl
space-pen
stream
string_decoder
text-buffer
tls
tty
url
util
vm
zlib
IDirectory
path
realPath
symlink
contains
getBaseName
getEntries
getEntriesSync
getPath
getRealPathSync
isPathPrefixOf
relativize
subscribeToNativeChangeEvents
unsubscribeFromNativeChangeEvents
IDirectoryStatic
IFile
IFileStatic