tfFSChangeParentDir

Jump to: navigation, search

Table of Contents >> Application Reference >> File System Interface


#include <trsocket.h>


int tfFSChangeParentDir (void * userDataPtr);


Function Description

Given the unique user data pointer as returned by tfFSUserLogin(), this function changes the user's working directory to its parent directory.


Parameters

  • userDataPtr
    Pointer to user data structure as returned by tfFSUserLogin().


Returns

  • TM_ENOERROR
    Success.
  • -1
    Failure.


Table of Contents >> Application Reference >> File System Interface