Re: DIR () & hidden things

new topic     » goto parent     » topic index » view thread      » older message » newer message
sergelli said...
?dir( "c:\\users") 
 

in this case, displays a list of items that exist in the folder

?dir( "c:\\Documents and Settings" ) 

display -1

BTW... In Euphoria 4.x we have a few new string types. One could rewrite this code to be:

-- backquotes 
?dir(`c:\users`) 
 
-- tripple quote 
?dir("""c:\Documents and Settings""") 

both of those strings are considered "raw" strings and can also span multiple lines, although that would for sure cause a -1 with the dir() example above smile

Jeremy

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu