Remove filename from path
    Suliman via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Wed Sep 24 03:35:28 PDT 2014
    
    
  
I can't understand how to use strip? For example I would like to 
cut just extension.
path = path.stripRight("exe");
Error: no overload matches for stripRight(C)(C[] str) if
    
    
More information about the Digitalmars-d-learn
mailing list