FormIt Plugin API  v23.0.0 (2023.0.0)
FormIt.Files API

Description

Functions

json FormIt.Files.GetSupportedFilesList (action, type, dialogType)
 
json FormIt.Files.IsFileSupported (extension, action, type, dialogType)
 Check if a file extension is supported Parameters: In: extension File extension to check if is supported In: action File action (eg: Load or Save file) In: type File's content type (eg: 3D Model or Image) In: Dialog box which shows the supported file types(deafult local) Out: bool. More...
 

Function Documentation

json FormIt.Files.GetSupportedFilesList ( action  ,
type  ,
dialogType   
)
json FormIt.Files.IsFileSupported ( extension  ,
action  ,
type  ,
dialogType   
)

Check if a file extension is supported Parameters: In: extension File extension to check if is supported In: action File action (eg: Load or Save file) In: type File's content type (eg: 3D Model or Image) In: Dialog box which shows the supported file types(deafult local) Out: bool.

Parameters
[in]extensionString
[in]actionFormIt.Files.Action
[in]typeFormIt.Files.ContentType
[in]dialogType(OPTIONAL) FormIt.UI.FormItDialogBox
Returns
{...}