[Libguestfs] [PATCH] docs: guestfs_case_sensitive_path returns error on non-existent path

Matthew Booth mbooth at redhat.com
Tue Oct 29 13:28:10 UTC 2013


---
 generator/actions.ml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/generator/actions.ml b/generator/actions.ml
index c73a319..32758b1 100644
--- a/generator/actions.ml
+++ b/generator/actions.ml
@@ -7161,6 +7161,9 @@ created under Windows).
 I<Note>:
 This function does not handle drive names, backslashes etc.
 
+C<guestfs_case_sensitive_path> will return an error if given a path
+which does not exist.
+
 See also C<guestfs_realpath>." };
 
   { defaults with
-- 
1.8.3.1




More information about the Libguestfs mailing list