# FilePathParts *in [Lib.string.logic](README.md)* Extracts directory, filename and extension from a filepath and checks if filepath exists. ## Outputs | Name | Type | |---|---| | **Directory** | System.String | | **FilenameWithoutExtension** | System.String | | **Extension** | System.String | | **FileExists** | System.Boolean |