Method | Description | |
---|---|---|
CreatePath ( |
JavaScript callback. Creates absolute path by concatenating two arguments.
|
|
GetExtension ( |
JavaScript callback. Returns file extension in lower case.
|
|
LocateFile ( |
JavaScript callback. Returns absolute path to the file that is referenced from the file in the editor. Implementation copied from the Emmet project source code.
|
|
Read ( |
JavaScript callback. Reads the specified file content and returns it as string.
|
|
Save ( |
JavaScript callback. Saves the specified content to the file with the specified name.
|
public CreatePath ( |
||
engine | ||
isConstructorCall | bool | |
self | InternalHandle | |
return | InternalHandle |
public GetExtension ( |
||
engine | ||
isConstructorCall | bool | |
self | InternalHandle | |
return | InternalHandle |
public LocateFile ( |
||
engine | ||
isConstructCall | bool | |
self | InternalHandle | |
return | InternalHandle |
public Read ( |
||
engine | ||
isConstructCall | bool | |
self | InternalHandle | |
return | InternalHandle |
public Save ( |
||
engine | ||
isConstructorCall | bool | |
self | InternalHandle | |
return | InternalHandle |