SigUtil  0.95
Utility modules for modern C++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
pass.hpp File Reference

ファイル・フォルダに関する情報取得 More...

Go to the source code of this file.

Namespaces

 sig
 

Macros

#define NOMINMAX
 

Functions

auto sig::modify_dirpass_tail (FilepassString const &directory_pass, bool const has_slash) -> FilepassString
 ディレクトリ・ファイルパスの末尾に'/'or'\'があるかチェックし、付けるか外すかどうかを指定して反映 More...
 
auto sig::get_file_names (FilepassString const &directory_pass, bool hidden_file, std::wstring extension=L"") -> Maybe< std::vector< std::wstring >>
 指定ディレクトリにあるファイル名を取得 More...
 
auto sig::get_folder_names (FilepassString const &directory_pass, bool hidden_file) -> Maybe< std::vector< std::wstring >>
 指定ディレクトリにあるフォルダ名を取得 More...
 

Detailed Description

ファイル・フォルダに関する情報取得

Definition in file pass.hpp.

Macro Definition Documentation

#define NOMINMAX

Definition at line 16 of file pass.hpp.