You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I think it would be good to move the pathbuf_from_stdout to fsext.rs file as mentioned in a commend above the function as well inside the touch.rs file and make it public. It is a fairly useful function!
// TODO: this may be a good candidate to put in fsext.rs/// Returns a PathBuf to stdout.////// On Windows, uses GetFinalPathNameByHandleW to attempt to get the path/// from the stdout handle.fn pathbuf_from_stdout() -> Result<PathBuf,TouchError>{
The text was updated successfully, but these errors were encountered:
Hi!
I think it would be good to move the
pathbuf_from_stdout
tofsext.rs
file as mentioned in a commend above the function as well inside thetouch.rs
file and make it public. It is a fairly useful function!The text was updated successfully, but these errors were encountered: