As I always display my files including file extension, I find it very confusing using the new Xojo file extensions scheme.
So I wonder if it’s possible to write a ‘RBScript / IDE Script’ that can be used when you want to save your binary file and rename the file to a short file extesion as: .xojo_bp.
Below just a few examples to show why I find it confusing to use Xojo’s new extension scheme.
[code]Xojo Binary File Extension:
NTP Example.xojo_binary_project
Send Example.xojo_binary_project
Outlook.xojo_binary_project
Visio.xojo_binary_project
File Compare.xojo_binary_project
Remote Login.xojo_binary_project
System Assets.xojo_binary_project
Word Example.xojo_binary_project
Generate Pdf Files.xojo_binary_project
listbox Examples.xojo_binary_project
Single_Sign_On_Rest.xojo_binary_project
Image_Type.xojo_binary_project
Ghostscript Examples.xojo_binary_project[/code]
[code]RealStudio Binary File Extension:
NTP Example.rbp
Send Example.rbp
Outlook.rbp
Visio.rbp
File Compare.rbp
Remote Login.rbp
System Assets.rbp
Word Example.rbp
Generate Pdf Files.rbp
listbox Examples.rbp
Single_Sign_On_Rest.rbp
Image_Type.rbp
Ghostscript Examples.rbp
[/code]
[code]New Xojo Binary File Extension I wish to save as
NTP Example.xojo_bp
Send Example.xojo_bp
Outlook.xojo_bp
Visio.xojo_bp
File Compare.xojo_bp
Remote Login.xojo_bp
System Assets.xojo_bp
Word Example.xojo_bp
Generate Pdf Files.xojo_bp
listbox Examples.xojo_bp
Single_Sign_On_Rest.xojo_bp
Image_Type.xojo_bp
Ghostscript Examples.xojo_bp[/code]