AbstractPathInternal Class

Summary:

Module: aspose.gis.common

Full Name: aspose.gis.common.AbstractPathInternal

Aspose.PSD Version: 25.9.0

Properties

NameTypeAccessDescription
locationstringr
separatorcharr

Methods

NameDescription
combine(path)
delete()
is_file()
list_directory()
open(access)
with_extension(new_extension)
with_location(path)

Method: combine(path)

 combine(path) 

Parameters:

ParameterTypeDescription
pathstring

Returns

TypeDescription
AbstractPathInternal

Method: is_file()

 is_file() 

Returns

TypeDescription
bool

Method: list_directory()

 list_directory() 

Returns

TypeDescription
System.Collections.Generic.IEnumerable

Method: open(access)

 open(access) 

Parameters:

ParameterTypeDescription
accessSystem.IO.FileAccess

Returns

TypeDescription
_io.BufferedRandom

Method: with_extension(new_extension)

 with_extension(new_extension) 

Parameters:

ParameterTypeDescription
new_extensionstring

Returns

TypeDescription
AbstractPathInternal

Method: with_location(path)

 with_location(path) 

Parameters:

ParameterTypeDescription
pathstring

Returns

TypeDescription
AbstractPathInternal