search for: 32758b1

Displaying 1 result from an estimated 1 matches for "32758b1".

Did you mean: 327581
2013 Oct 29
0
[PATCH] docs: guestfs_case_sensitive_path returns error on non-existent path
--- 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&l...