# `GSGlyphsInfo foldersForCustomInfoForFolder:`

*Type Method*

## Declaration

```swift
class func foldersForCustomInfo(forFolder fileFolder: String!) -> [Any]!
```

```objc
+ (NSArray *) foldersForCustomInfoForFolder:(NSString *) fileFolder;
```

```python
foldersForCustomInfoForFolder_(fileFolder: str) -> list
```

