Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
Path::getDirectoryName Method

Returns the directory information for the specified path string.

C++
static std::string getDirectoryName(
    const std::string& path
);
Parameters 
Description 
const std::string& path 
The path of a file or directory. 

A string containing directory information for path.

Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!