Bind cc.FileUtils's functionalities in JSB and make it JSB only API
Bind cc.FileUtils's functionalities in JSB and make it JSB only API
Refactor #4588 [Closed]
Maybe it's not good to merge them, because some functions in cc.FileUtils are meaningless in H5 engine, if we create empty functions, it will also be confusing to use.
And I believe this is not the only case, there must be other needs only valuable in JSB not H5, these functionality should be JSB only, and if user want to use them, they need to determine in their code whether it's under h5 environment or JSB environment
- Subject changed from Merge cc.FileUtils's functionalities into cc.loader and cc.path to Bind cc.FileUtils's functionalities in JSB and make it JSB only API
- Description updated (diff)
- Status changed from New to Closed
- % Done changed from 0 to 100
Status: | Closed | |
---|---|---|
Start date: | 2014-03-28 | |
Priority: | Normal | |
Due date: | ||
Assignee: | pandamicro | |
% Done: | 100% |
|
Category: | - | |
Target version: | v3.0 beta |
Title changed from
Merge cc.FileUtils's functionalities into cc.loader and cc.path
to
Bind cc.FileUtils's functionalities in JSB and make it JSB only API