Tao.PhysFs SDK Documentation |
|
Fs.PHYSFS_isSymbolicLink Method
Determine if a file in the search path is really a symbolic link.
[Visual Basic]
Public Shared Function PHYSFS_isSymbolicLink( _
ByVal
filename As
String _
) As
Integer
[C#]
public static
int PHYSFS_isSymbolicLink(
string filename);
Parameters
-
filename
- filename in platform-independent notation.
Return Value
non-zero if filename exists and is a symlink. zero otherwise.
Remarks
Determine if the first occurence of (fname) in the search path is really a symbolic link.
Note that entries that are symlinks are ignored if PHYSFS_permitSymbolicLinks(1) hasn't been called, and as such, this function will always return 0 in that case.
See Also
Fs Class | Tao.PhysFs Namespace | PHYSFS_exists | PHYSFS_isDirectory