diff --git a/docs/manual/CoreTasks/dirname.html b/docs/manual/CoreTasks/dirname.html index bbf4f8ee2..03227b462 100644 --- a/docs/manual/CoreTasks/dirname.html +++ b/docs/manual/CoreTasks/dirname.html @@ -36,6 +36,11 @@ the last path element. If the specified file is a path that ends in a filename, the filename will be dropped. If the specified file is just a filename, the directory will be the current directory.
++ Note: This is not the same as the UNIX dirname command, which is + defined as "strip non-directory suffix from filename". <dirname> + determines the full directory path of the specified file. +