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. }
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|