pdalcol / Zippex

Native Apex Zip library for Salesforce.com
MIT License
143 stars 108 forks source link

Are the files (with classes) supposed to be saved as .cls or .apxc? I know it is a noob question, but better to not waste time if I am off base. #25

Open jump3r34 opened 5 years ago

jump3r34 commented 5 years ago

I know this will be a 'noob' question since I am new to SF and trying to get these doc and docx converted from the stream, but SF is making me and my office break conventions that we used (which is fine) and I don't want to waste hours of time saving the files as .cls when they should be apex if that is what is meant.

Lazizhon commented 1 year ago

The apxc extension for Apex classes is specific to the Developer Console. .cls is the extensions that the Metadata API expects.

more here