GetProgramName2

From Avisynth wiki
Revision as of 06:07, 5 June 2020 by Reel.Deal (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Abstract
Author enccc
Version v0.3.0
Download AviSynth-GetProgramName2-v0.3.0.7z
Category Support filters
License MIT
Discussion


Contents

[edit] Description

A plugin that returns a program name calling the AviSynth script.
GetProgramName2 is similar to GetProgramName by JM Roelofs, but this plugin is a newly written.

[edit] Requirements


[edit] Syntax and Parameters

GetProgramName2.dll


Returns a program name calling the AviSynth script.

GetProgramName2 (bool "full_path")


bool  full_path = false
If false, returns a program name only.
If true, returns a full path.



GetProgramName2_Util.avsi


An alias for GetProgramName2().

GetProgramName (bool "full_path")


Returns a path excluding a program name from a full path.

GetProgramDir ()


[edit] Examples

TODO

[edit] Changelog


[edit] External Links

  • GitHub - Source code repository.




Back to External Filters

Personal tools