View Categories

File Manager

4 Topics

File Manager

Last Updated: September 20, 2025

You can access the File Manager by clicking its ribbon at the top. It allows you to manage all files to be compiled into your application and behaves like Windows Explorer. You get a global view of your application’s contents. The Folder tree displays the available subfolders, similar to using an FTP program to manage...

File Properties Editor

Last Updated: September 20, 2025

File compression and security properties can be edited via the File Manager. To edit properties, select one or more files, then click Properties (or press Ctrl+P). The following window will appear: If the selected file is a PHP script, you will see two tabs: Properties and Security. For other file types, only the Properties tab...

About External Files

Last Updated: September 20, 2025

Large source files, such as videos and other media resources, can be kept outside of the application to significantly reduce loading times. Initially, all files compiled into the application’s .exe must be unpacked into memory to be accessible. This unpacking step requires time, which can be substantial for very large files. To minimize loading time,...

Internal Code Editor

Last Updated: September 20, 2025

ExeOutput for PHP includes a built-in code editor that allows you to modify your PHP, JavaScript, and HTML files directly within the interface. The editor provides syntax highlighting for these languages. To open a file in the editor, go to the File Manager, select a PHP, HTML, or JavaScript file, and click Edit. The editor...