Re: How to get list of output of find command of Linux

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

I dug through the code for find and discovered that it's using a Linux API called fts which, ironically, uses a similar method to the one I've implemented above. So I guess I was on the right track! pleased

I can work on writing a wrapper for this in Euphoria but that presents a challenge since the API relies heavily on a structure and structure support in Euphoria is all over the place right now. getlost

Edit: my searching also found this conversation, which I forgot about from last year: dir() on linux via c_func, anyone?

-Greg

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

Search



Quick Links

User menu

Not signed in.

Misc Menu