File.cpp: revert get_parent_dir change
This commit is contained in:
+1
-1
@@ -165,7 +165,7 @@ namespace fs
|
||||
// Set virtual device with specified name (nullptr for deletion)
|
||||
shared_ptr<device_base> set_virtual_device(const std::string& name, shared_ptr<device_base> device);
|
||||
|
||||
// Try to get normalized parent directory
|
||||
// Try to get parent directory
|
||||
std::string get_parent_dir(std::string_view path, u32 parent_level = 1);
|
||||
|
||||
// Get file information
|
||||
|
||||
Reference in New Issue
Block a user