Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::filesys::IsPath Function
C++
FILESYS_PROC LOGICAL FILESYS_API IsPath(CTEXTSTR path);

A boolean result function whether a specified name is a directory or not. (if not, assumes it's a file).

if( IsPath( "c:/windows" ) )
{
    // if yes, then c:\windows is a directory.
}
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!