Commit aa52269
committed
added os.path functionality (limited subset)
Exposed a limited set of function from os.path (most of those which rely on pur
string processing have been implemented). These have been added in an
architecture specific manner to match the python implementation. (I.e., join on
windows uses '\', and joing on linux uses '/'. The python 2.6 implementation
were used as reference, and for unit test validation.1 parent 53e5b88 commit aa52269
3 files changed
+708
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
0 commit comments