Help for this page

Select Code to Download


  1. or download this
    >cd
    E:\
    ...
    
    >cd c:
    C:\Work\New
    
  2. or download this
    print(getdcwd(), "\n");       # cd    -> E:\
    print(getdcwd('c:'), "\n");   # cd c: -> C:\Work
    ...
    
    print(getdcwd(), "\n");       # cd    -> E:\
    print(getdcwd('c:'), "\n");   # cd c: -> C:\Work\New