レポジトリ種類: Mercurial

#pragma once

#include <string>

namespace fe {
  class Misc {
    public:
      static bool isExist(const std::string &path);
  };
}