Interface IDirectory

Index

Properties

Methods

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()