/// <summary>
 /// Gets the full path of the specified managed file.
 /// <para>GetFilePath returns the entire path for the file (including the filename and the extension).</para>
 /// </summary>
 /// <param name="file"></param>
 /// <returns></returns>
 public string GetFilePath(VLFile file)
 {
     return(FilesDaoBase.GetFilePath(ValisSystem.Core.FileInventory.Path, file));
 }
 /// <summary>
 /// Gets the full path of the specified managed file.
 /// <para>GetFilePath returns the entire path for the file (including the filename and the extension).</para>
 /// </summary>
 /// <param name="file"></param>
 /// <returns></returns>
 public string GetFilePath(VLFile file)
 {
     return(FilesDaoBase.GetFilePath(FileInventoryPath, file));
 }