current_directory


current_directory(@optional new_current_directory)
      

Return the absolute normalized path of the current directory. Calling this function with one argument sets the directory to new_current_directory and return void.

Also see:

create_directory
list_directory


Core Module Index | Contents