Sendbird Chat SDK for Unity
SbFileInfo

Object representing a file path. More...

Public Member Functions

 SbFileInfo (string inFullPath)
 Create error SbFileInfo with absolute path. More...
 

Properties

string FullPath [get, set]
 Represents the fully qualified absolute path of the file. More...
 

Detailed Description

Object representing a file path.

Since
4.0.0

Constructor & Destructor Documentation

◆ SbFileInfo()

SbFileInfo ( string  inFullPath)

Create error SbFileInfo with absolute path.

Parameters
inFullPath
Since
4.0.0

Property Documentation

◆ FullPath

string FullPath
getset

Represents the fully qualified absolute path of the file.

Since
4.0.0