L3DT documentation
Large 3D terrain generator

file_IsAbsolutePath

Description

Test whether a given path name is an absolute path (returns true) or a relative path (returns false).

Files

Declaration zFile.h
Implementation zFile.cpp

Function prototype

bool zfile_IsAbsolutePath(const char* lpPathName);

Arguments

Name Type Comment
lpPathName const char* A C-style string containing the path to be tested.

Return value

True if the given path is a fully qualified absolute path, and false otherwise.

Comments

None.

 
zeolite/functions/file_isabsolutepath.txt · Last modified: 2017/08/31 07:15 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki