# get\_root\_filename

```
Get input file name
This function returns name of the file being disassembled

string get_root_filename();             // only the file name
string get_input_file_path();           // full path
```
