Function physfs_sys::PHYSFS_getWriteDir[][src]

pub unsafe extern "C" fn PHYSFS_getWriteDir() -> *const c_char
Expand description

\fn const char *PHYSFS_getWriteDir(void) \brief Get path where PhysicsFS will allow file writing.

Get the current write dir. The default write dir is NULL.

\return READ ONLY string of write dir in platform-dependent notation, OR NULL IF NO WRITE PATH IS CURRENTLY SET.

\sa PHYSFS_setWriteDir