# `GSCreatePlistParseInfoWithFile`

*Function*

## Declaration

```swift
func GSCreatePlistParseInfoWithFile(_ filePath: String!, _ pInfo: UnsafeMutablePointer<GSPlistParseInfo>!) -> Bool
```

```objc
BOOL GSCreatePlistParseInfoWithFile(NSString *filePath, GSPlistParseInfo *pInfo);
```

```python
GSCreatePlistParseInfoWithFile(filePath: str, pInfo: GSPlistParseInfo) -> bool
```

## See Also

### Parse Context

- [`GSClosePlistParseInfoWithFile`](/Core/GlyphsCore/GSClosePlistParseInfoWithFile)
- [`GSCreatePlistParseInfoWithString`](/Core/GlyphsCore/GSCreatePlistParseInfoWithString)
- [`GSClosePlistParseInfoWithString`](/Core/GlyphsCore/GSClosePlistParseInfoWithString)
- [`GSCreatePlistParseInfoWithBuffer`](/Core/GlyphsCore/GSCreatePlistParseInfoWithBuffer)
- [`GSClosePlistParseInfoWithBuffer`](/Core/GlyphsCore/GSClosePlistParseInfoWithBuffer)
- [`GSAdvanceToNonSpace`](/Core/GlyphsCore/GSAdvanceToNonSpace)
- [`GSCheckKeyWithLength`](/Core/GlyphsCore/GSCheckKeyWithLength)
- [`GSLineNumberStrings`](/Core/GlyphsCore/GSLineNumberStrings)
- [`GSCollectPlistArrayElementStarts`](/Core/GlyphsCore/GSCollectPlistArrayElementStarts)

