From ec2b306ae67ca78a43e7c8d71baab7809a85a833 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 16 Apr 2025 00:05:57 -0500 Subject: [PATCH] fs_find_mount_point.hpp --- src/fs_find_mount_point.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/fs_find_mount_point.hpp b/src/fs_find_mount_point.hpp index da91ea51..0387103a 100644 --- a/src/fs_find_mount_point.hpp +++ b/src/fs_find_mount_point.hpp @@ -18,3 +18,13 @@ #pragma once +#include "ghc/filesystem.hpp" + +namespace fs +{ + int + find_mount_point(const ghc::filesystem::path &path_) + { + + } +}