LocalFilePath Class
Contents
[
Hide
]Summary:
Module: aspose.gis.common
Full Name: aspose.gis.common.LocalFilePath
Inheritance: AbstractPathInternal
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| LocalFilePath(path) | Initializes a new instance of the LocalFilePath class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| location | string | r | |
| separator | char | r |
Methods
| Name | Description |
|---|---|
| combine(filename) | |
| delete() | |
| is_file() | |
| list_directory() | |
| open(access) | |
| with_extension(new_extension) | |
| with_location(new_location) |
Constructor: LocalFilePath(path)
LocalFilePath(path)
Initializes a new instance of the LocalFilePath class
Parameters:
| Parameter | Type | Description |
|---|---|---|
| path | string |
Method: combine(filename)
combine(filename)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| filename | 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(new_location)
with_location(new_location)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| new_location | string |
Returns
| Type | Description |
|---|---|
| AbstractPathInternal |