/* * Add Comments to a file or directory */ public string addComment(Message message) { return(FileAction.AddFileComment(message)); }