help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dir and path help


From: Andy Buckle
Subject: Re: dir and path help
Date: Tue, 7 Sep 2010 16:48:21 +0100

> Thanks for the reply that is what I wanted to do, basically use the dir
> function on another file. I have used the help function for the strcat bit
> but I was wondering what the filesep bit did...
>
> Sorry if that is a really dumb question!

filesep is a function. That may not be obvious from the way Ben typed
it. eg this will do the same thing

a = dir (strcat (path_to_folder, filesep(), "*.dat"))

type this at the octave prompt to find out more.

help filesep

-- 
/* andy buckle */


reply via email to

[Prev in Thread] Current Thread [Next in Thread]