* Graham * Waplocus
<!--parser:xtscript-->
get Name

# If no name is set then show error and exit
if not $Name
print No file name set
goto @end
endif

var $list= <xt:filelist sort_type="name" sort_dir="" folder="/Images/Backgrounds/Navigations/NS_F" template=".file_name_parsed. " per_page="1" filter="$Name"/>

# If no file was found then show error else show the name
if not $list  
print No file found
else
print $list
endif

@end
<!--/parser:xtscript-->

Copy code
.
2017-11-25 13:28 · (0)

Online: Guests: 1