# protobufjs_path_arkts **Repository Path**: ArkTSCentralRepository/protobufjs_path_arkts ## Basic Information - **Project Name**: protobufjs_path_arkts - **Description**: A minimal path module to resolve Unix, Windows and URL paths alike - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-27 - **Last Updated**: 2025-04-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # protobufjs_path_arkts 基于protobufjs/path原库1.0.0版本进行适配, 所有功能代码已经转换为`ArkTS`文件 ## Install ```sh ohpm install protobufjs_path_arkts ``` API --- * **path.isAbsolute(path: `string`): `boolean`**
Tests if the specified path is absolute. * **path.normalize(path: `string`): `string`**
Normalizes the specified path. * **path.resolve(originPath: `string`, includePath: `string`, [alreadyNormalized=false: `boolean`]): `string`**
Resolves the specified include path against the specified origin path. **License:** [BSD 3-Clause License](https://opensource.org/licenses/BSD-3-Clause)