Skip to content

FileManager.changeDirectory

Kerri Shotts edited this page Oct 26, 2013 · 1 revision

(part of FileManager)

Parameters:

  • path - an absolute or relative path

Returns: Promise

ASYNCHRONOUS

Changes the current working directory to the specified absolute or relative path.

Usage

aFileManager.changeDirectory( "/an/absolute/path" )
            .then ( ... )
            .catch ( function ( e ) { console.log ( e ); }
            .done ();
Clone this wiki locally