Choreoh.DanceRoutine.getSaveDestinationName C# (CSharp) 메소드

getSaveDestinationName() 공개 정적인 메소드

public static getSaveDestinationName ( String songFilename ) : String
songFilename String
리턴 String
        public static String getSaveDestinationName(String songFilename)
        {
            return Path.Combine(getSaveDestinationFolder(songFilename), Path.GetFileNameWithoutExtension(songFilename) + ".dat");
        }