Assets.Editor.FilePathExporter.GetFolderPathModels C# (CSharp) Method

GetFolderPathModels() public method

public GetFolderPathModels ( string fileName ) : string
fileName string
return string
        public string GetFolderPathModels(string fileName)
        {
            return Path.Combine(GetModelsPath(), fileName);
        }