GetProgramName2

From Avisynth wiki
Jump to navigationJump to search
Abstract
Author enccc
Version v0.3.0
Download AviSynth-GetProgramName2-v0.3.0.7z
Category Support filters
License MIT
Discussion


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.

Requirements


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 ()


Examples

TODO

Changelog


  • GitHub - Source code repository.




Back to External Filters