Choreoh.DanceRoutine.getSaveDestinationFolder C# (CSharp) Method

getSaveDestinationFolder() public static method

public static getSaveDestinationFolder ( String songFilename ) : string
songFilename String
return string
        public static string getSaveDestinationFolder(String songFilename)
        {
            return @"" + Path.GetFileNameWithoutExtension(songFilename);
        }