Hi,

Is the FileScriptingObject documented anywhere?

Thanks.

Raphael

Re: Documentation for FileScriptingObject by Steven

Steven
Sun Jan 02 06:25:37 CST 2005

Programming the FileSystemObject
http://surl.co.uk/?462

Original URL:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/ht
ml/sgprogrammingfilesystemobject.asp

Understanding VBScript: Manipulating files with the FileSystemObject
http://surl.co.uk/?1084

Original URL:
http://www.winnetmag.com/WindowsScripting/Article/ArticleID/7825/7825.html

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!
"Raphael Goubet" <rgoubet@yahoo.fr> wrote in message
news:itlft01bv24737nlbm517s3qnsv8i1bg53@4ax.com...
> Hi,
>
> Is the FileScriptingObject documented anywhere?
>
> Thanks.
>
> Raphael
>



Re: Documentation for FileScriptingObject by Evertjan

Evertjan
Sun Jan 02 06:28:17 CST 2005

Raphael Goubet wrote on 02 jan 2005 in microsoft.public.scripting.vbscript:

> Is the FileScriptingObject documented anywhere?

http://msdn.microsoft.com/library/en-us/script56/html/jsobjFileSystem.asp

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)

Re: Documentation for FileScriptingObject by Raphael

Raphael
Sun Jan 02 08:54:19 CST 2005

That's the documentation for the FileSystemObject, not the
FileScriptingObject. Alaspin told me in this newsgroup that it allows
the use of wildcards:

>This gives you file manipulation facilities and some of the methods can be
>used to retrieve filenames according to filter you specify e.g. all .txt
>files...

Raphael

On 02 Jan 2005 12:28:17 GMT, "Evertjan."
<exjxw.hannivoort@interxnl.net> wrote:

>Raphael Goubet wrote on 02 jan 2005 in microsoft.public.scripting.vbscript:
>
>> Is the FileScriptingObject documented anywhere?
>
>http://msdn.microsoft.com/library/en-us/script56/html/jsobjFileSystem.asp


Re: Documentation for FileScriptingObject by Evertjan

Evertjan
Sun Jan 02 09:04:44 CST 2005

Raphael Goubet wrote on 02 jan 2005 in
microsoft.public.scripting.vbscript:
> On 02 Jan 2005 12:28:17 GMT, "Evertjan."
>>Raphael Goubet wrote on 02 jan 2005 in
>>microsoft.public.scripting.vbscript:
>>> Is the FileScriptingObject documented anywhere?
>>
>>http://msdn.microsoft.com/library/en-us/script56/html/jsobjFileSystem.a
>>sp

> That's the documentation for the FileSystemObject, not the
> FileScriptingObject. Alaspin told me in this newsgroup that it allows
> the use of wildcards:
>
>>This gives you file manipulation facilities and some of the methods
>>can be used to retrieve filenames according to filter you specify e.g.
>>all .txt files...

[please do not toppost on usenet]

"FileScriptingObject"

Is there such a beast ??

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)

Re: Documentation for FileScriptingObject by Steven

Steven
Sun Jan 02 09:05:19 CST 2005

MSDN: Scripting
http://surl.co.uk/?1058

Original URL:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnanchor/ht
ml/scriptinga.asp

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Raphael Goubet" <rgoubet@yahoo.fr> wrote in message
news:rk2gt0df99k6084lejtmcgdvhosfqn79j4@4ax.com...
> That's the documentation for the FileSystemObject, not the
> FileScriptingObject. Alaspin told me in this newsgroup that it allows
> the use of wildcards:
>
> >This gives you file manipulation facilities and some of the methods can
be
> >used to retrieve filenames according to filter you specify e.g. all .txt
> >files...
>
> Raphael
>
> On 02 Jan 2005 12:28:17 GMT, "Evertjan."
> <exjxw.hannivoort@interxnl.net> wrote:
>
> >Raphael Goubet wrote on 02 jan 2005 in
microsoft.public.scripting.vbscript:
> >
> >> Is the FileScriptingObject documented anywhere?
> >
> >http://msdn.microsoft.com/library/en-us/script56/html/jsobjFileSystem.asp
>



Re: Documentation for FileScriptingObject by Al

Al
Thu Jan 06 22:36:04 CST 2005


"Evertjan." <exjxw.hannivoort@interxnl.net> wrote in message
news:Xns95D2A37145B6Deejj99@194.109.133.29...
> Raphael Goubet wrote on 02 jan 2005 in
> microsoft.public.scripting.vbscript:
> > On 02 Jan 2005 12:28:17 GMT, "Evertjan."
> >>Raphael Goubet wrote on 02 jan 2005 in
> >>microsoft.public.scripting.vbscript:
> >>> Is the FileScriptingObject documented anywhere?
> >>
> >>http://msdn.microsoft.com/library/en-us/script56/html/jsobjFileSystem.a
> >>sp
>
> > That's the documentation for the FileSystemObject, not the
> > FileScriptingObject. Alaspin told me in this newsgroup that it allows
> > the use of wildcards:
> >
> >>This gives you file manipulation facilities and some of the methods
> >>can be used to retrieve filenames according to filter you specify e.g.
> >>all .txt files...
>
> [please do not toppost on usenet]
>
> "FileScriptingObject"
>
> Is there such a beast ??

My vote is: NO there is NO SUCH thing as the FileScriptingObject. A google
search for the word yields a number of hits, however much of the
functionality description would apply equally to the FileSystemObject. One
site (http://www.ssemi.net/index.php?pl=192&nc=1) gives a script listing
under a heading of "FileScriptingObject Sample Code". The first comment in
the code, however, calls itself: "FileSystemObject Sample Code", and, even
though it purports to instantiate an instance of a "FileScriptingObject"
object, all of the methods seem identical to those of the more familiar File
System Object.

/Al