LocalFilePath Class

Summary:

Module: aspose.gis.common

Full Name: aspose.gis.common.LocalFilePath

Inheritance: AbstractPathInternal

Aspose.PSD Version: 25.9.0

Constructors

NameDescription
LocalFilePath(path)Initializes a new instance of the LocalFilePath class

Properties

NameTypeAccessDescription
locationstringr
separatorcharr

Methods

NameDescription
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:

ParameterTypeDescription
pathstring

Method: combine(filename)

 combine(filename) 

Parameters:

ParameterTypeDescription
filenamestring

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(new_location)

 with_location(new_location) 

Parameters:

ParameterTypeDescription
new_locationstring

Returns

TypeDescription
AbstractPathInternal