Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
b3a6fda4fb
|
@ -1,7 +1,5 @@
|
|||||||
use std::io::Read;
|
use std::{io, fs, env, path::Path};
|
||||||
use std::{env, io};
|
use io::Read;
|
||||||
use std::path::Path;
|
|
||||||
use std::fs;
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let mut rblxpath = String::new();
|
let mut rblxpath = String::new();
|
||||||
if let Some(lad) = env::var("LOCALAPPDATA").ok() {
|
if let Some(lad) = env::var("LOCALAPPDATA").ok() {
|
||||||
|
Reference in New Issue
Block a user