We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e93fa5 commit 8ff26beCopy full SHA for 8ff26be
src/stdlib_system.F90
@@ -93,8 +93,8 @@ module stdlib_system
93
!!
94
!!### Description
95
96
-!! This function checks if a given file system path is a directory. It is cross-platform and avoids reliance
97
-!! on external C libraries by utilizing system calls. It supports common operating systems such as Linux, macOS,
+!! This function checks if a given file system path is a directory. It is cross-platform and utilizes
+!! native system calls. It supports common operating systems such as Linux, macOS,
98
!! Windows, and various UNIX-like environments. On unsupported operating systems, the function will return `.false.`.
99
100
public :: is_directory
0 commit comments