Type: lib.os.SplitExtension

Namespace: lib.os

Description

Split a path into root and extension components. files, path, extension, split

Use cases:
- Extract file extension
- Process filename without extension
- Handle file types

Properties

Property Type Description Default
path str Path to split ``

Outputs

Output Type Description
output Dict[Any, Any]  

Metadata

Browse other nodes in the lib.os namespace.