Files
textmate/Frameworks/file/src/path_info.h
Allan Odgaard 5e453d1172 Accept directory in file::path_attributes
This is so that we can get SCM system, build system, and similar.
2012-09-18 17:33:02 +02:00

14 lines
356 B
C++

#ifndef FILE_PATH_INFO_H_ZBW25L1B
#define FILE_PATH_INFO_H_ZBW25L1B
#include <oak/misc.h>
namespace file
{
PUBLIC std::string path_attributes (std::string const& path, std::string const& dir = NULL_STR);
std::map<std::string, std::string> variables (std::string const& path);
} /* file */
#endif /* end of include guard: FILE_PATH_INFO_H_ZBW25L1B */