adventuregamestudio / ags-manual

AGS documentation.
https://adventuregamestudio.github.io/ags-manual/
MIT License
26 stars 9 forks source link

[3.6.1] Script API: document File.Path and File.ResolvePath #231

Closed ericoporto closed 8 months ago

ericoporto commented 8 months ago

From File in Script Header:

  /// Resolves the script path into the system filepath; for diagnostic purposes only.
  import static String ResolvePath(const string filename);   // $AUTOCOMPLETESTATICONLY$
  /// Gets the path to opened file.
  readonly import attribute String Path;

Added in 3.6.1.4.

Script API:

Added static File.ResolvePath() and File.Path attribute.

ericoporto commented 8 months ago

added in https://github.com/adventuregamestudio/ags-manual/wiki/File/_compare/4e2973f%5E...4e2973f