Filename conventions

wl

Well-Known Member
Licensed User
Longtime User
Hi,

I would like to use file name prefixes for the different types of files (code, activity, service).

I introduced the prefixes code_, act_ and svc_

This was possible becuase I modified the names manually and changed the project file and source file references.

I just tried to add another code module in the editor and it tells me "invalid filename" ? It seems the editor is only allowed a-z, 1-3 characters for file names ?

Wim
 
Top