public override SoundboxNode CompareCopy() { var other = new SoundboxFile(); CompareCopyFill(other); return(other); }
/// <summary> /// Returns the absolute path of the given file in the local file system. /// </summary> /// <param name="file"></param> /// <returns></returns> public string GetAbsoluteFileName(SoundboxFile file) { return(GetSoundsRootDirectory() + file.AbsoluteFileName); }