AbstractPathInternal Class
Summary:
Module: aspose.gis.common
Full Name: aspose.gis.common.AbstractPathInternal
Aspose.PSD Version: 25.9.0
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| location | string | r | |
| separator | char | r |
Methods
| Name | Description |
|---|---|
| combine(path) | |
| delete() | |
| is_file() | |
| list_directory() | |
| open(access) | |
| with_extension(new_extension) | |
| with_location(path) |
Method: combine(path)
combine(path)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| path | string |
Returns
| Type | Description |
|---|---|
| AbstractPathInternal |
Method: is_file()
is_file()
Returns
| Type | Description |
|---|---|
| bool |
Method: list_directory()
list_directory()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable |
Method: open(access)
open(access)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| access | System.IO.FileAccess |
Returns
| Type | Description |
|---|---|
| _io.BufferedRandom |
Method: with_extension(new_extension)
with_extension(new_extension)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| new_extension | string |
Returns
| Type | Description |
|---|---|
| AbstractPathInternal |
Method: with_location(path)
with_location(path)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| path | string |
Returns
| Type | Description |
|---|---|
| AbstractPathInternal |