19.0.0 released Nov 08, 2023
Rename files

From time to time you may need to rename files within your application.

Vely source code files can be request handlers (with file names that do not start with an underscore) and non-request files (with names that start with an underscore).

A Vely non-request file can be renamed freely. Whatever it's name is, it will be picked up automatically and compiled as a part of the application - so you don't have to worry about file names.

A Vely request file can be renamed as well, and whatever it's name is, it will also be picked up and compiled as a part of the application. You must however, change the name of the handler function within such file to match the name of the file. For example a file "process_request.vely" must have a handler function implemented in it with the signature of "void process_request()". If you rename this file to "my_request.vely" then you must change the handler function to have a signature of "void my_request()".
See also
General
about-Vely  
application-architecture  
deploying-application  
how-vely-works  
quality-control  
rename-files  
SELinux  
vely-architecture  
vely-removal  
vely-version  
vf  
vv    
See all
documentation


You are free to copy, redistribute and adapt this web page (even commercially), as long as you give credit and provide a dofollow link back to this page - see full license at CC-BY-4.0. Copyright (c) 2019-2023 Dasoftver LLC. Vely and elephant logo are trademarks of Dasoftver LLC. The software and information on this web site are provided "AS IS" and without any warranties or guarantees of any kind. Icons from table-icons.io copyright Paweł Kuna, licensed under MIT license.