FsExecuteFile, Verb

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
poiuytr
Senior Member
Senior Member
Posts: 243
Joined: 2003-02-23, 17:33 UTC

FsExecuteFile, Verb

Post by *poiuytr »

I'm playing around with FS interface.
I am implemented FsExecuteFile function and I got a strange Verb

Code: Select all

MODE X*.txt *.htm *.html *.pas *.c *.cpp *.h *.bas *.tex
RemoteName is an empty string (not 0, but "").

I can't find info about that verb in plugin writers guide, can anyone tell me what does that mean, should I just ignore is?
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50475
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

You get this when switching transfer mode between binary, text and automatic. Mode X is automatic mode, and the extensions behind are the file types which are to be transferred in text mode.
Author of Total Commander
https://www.ghisler.com
Post Reply