LibTmux.TmuxBuffers.LoadAsync
- Module
- LibTmux
- Declared in
- TmuxBuffers
- Package
- LibTmux
- Source
- src/LibTmux/Buffers/TmuxBuffers.cs
- Other languages
- Python Ruby Lua TypeScript Rust Go Java C++Swift
- LoadAsync ( path : string , name : string? , cancellationToken : CancellationToken ) Task
-
Puts a file's contents into a buffer.
- Parameters
-
-
path ( string ) – The file to read.
-
name ( string? ) – The buffer name, or null for a new one.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
A task that completes once tmux has read it.
- Raises
-
-
ArgumentException –
pathis blank.
-
In other ports Fill a paste buffer from a file
- Python
libtmux.Server.load_buffer - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
server.Server.loadBuffer - Rust no equivalent on
Server - Go
tmux.Server.LoadBuffer - Java no equivalent on
Server - C++
libtmux::Server::load_buffer - Swift
Server.loadBuffer(from:named:)
0 declared, 0 inherited