👩💻 Join our community of thousands of amazing developers!
diff --git a/reference/filesystem/path/has_root_directory.md b/reference/filesystem/path/has_root_directory.md index d82376ad0..89a03848d 100644 --- a/reference/filesystem/path/has_root_directory.md +++ b/reference/filesystem/path/has_root_directory.md @@ -81,11 +81,10 @@ int main() #### 出力 ``` -"\" +"/" has root directory ``` -Windowsでの例は、Visual C++が正式にファイルシステムライブラリをサポートしていないことから、未検証のサンプルコード・出力となっている。 ## バージョン @@ -95,4 +94,4 @@ Windowsでの例は、Visual C++が正式にファイルシステムライブラ ### 処理系 - [Cl...