svn_fs_is_file
Determines if a path points to a file
&reftitle.description;
boolsvn_fs_is_file
resourceroot
stringpath
&warn.undocumented.func;
Determines if the given path points to a file.
&reftitle.parameters;
root
path
&reftitle.returnvalues;
Returns &true; if the path points to a file, &false; otherwise.
&reftitle.notes;
&warn.experimental.func;