rice class : SourceFileName getter

Description

Gets the absolute path of the source files of the running script.

Syntax

riceInstance.SourceFileName

Arguments

None

Return value

ClassDescription
stringThe absolute path of the source files of the running script.

Sample code

//anyRice is a instance of rice type.

string absolutePath = anyRice.SourceFileName;

Notes

None

Links for reference

None

Copyright © Rice All rights reserved.