Function physfs_sys::PHYSFS_symbolicLinksPermitted[][src]

pub unsafe extern "C" fn PHYSFS_symbolicLinksPermitted() -> c_int
Expand description

\fn int PHYSFS_symbolicLinksPermitted(void) \brief Determine if the symbolic links are permitted.

This reports the setting from the last call to PHYSFS_permitSymbolicLinks(). If PHYSFS_permitSymbolicLinks() hasn’t been called since the library was last initialized, symbolic links are implicitly disabled.

\return non-zero if symlinks are permitted, zero if not.

\sa PHYSFS_permitSymbolicLinks