Index

(filesystem)

o2file_ico

string o2file_ico(string $file_path, boolean $large, boolean $internal_use)

Returns full path to icon file according with extension.
If $large is passed as TRUE PNG128 image is returned, PNG16 otherwise.
If $internal_use parameter is passed as TRUE path is returned for using icon in Janox controls (image control source file).


Parameters:
  1. $file_path
  2. Path to file you want to set icon for
  3. $large
  4. 16x16(FALSE) or 128x128(TRUE) images
  5. $internal_use
  6. Path to use within Janox controls