Example #1
0
        public override SoundboxNode CompareCopy()
        {
            var other = new SoundboxFile();

            CompareCopyFill(other);
            return(other);
        }
Example #2
0
 /// <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);
 }