Represents a file path in a Bitbucket change entry.
Path segments (e.g., ['src', 'index.ts'])
['src', 'index.ts']
File extension (e.g., 'ts')
'ts'
File name (e.g., 'index.ts')
'index.ts'
Parent directory (e.g., 'src')
'src'
Full path string (e.g., 'src/index.ts')
'src/index.ts'
Represents a file path in a Bitbucket change entry.